From 1f291892ab5947ac659b2e023fb255a6f549704b Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 17 Aug 2021 19:04:55 +0000 Subject: [PATCH] Releasing version 0.0.25 --- .circleci/config.yml | 14 -------------- .gitignore | 3 +++ lib/fdk/version.rb | 2 +- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f568f9..86aed50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,17 +26,3 @@ jobs: - run: name: Setup Env command: ./.circleci/setup_gems.sh - - deploy: - command: | - if [[ "${CIRCLE_BRANCH}" == "master" && -z "${CIRCLE_PR_REPONAME}" ]]; then - printenv DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin - - git config --global user.email "ci@fnproject.com" - git config --global user.name "CI" - git branch --set-upstream-to=origin/${CIRCLE_BRANCH} ${CIRCLE_BRANCH} - - ./build_images.sh 2.7 - ./release_images.sh - ./release.sh - fi - diff --git a/.gitignore b/.gitignore index 39af5ed..98fd44a 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ build-iPhoneSimulator/ data/ /.vscode/ +/.idea/ +.DS_Store +*.iml \ No newline at end of file diff --git a/lib/fdk/version.rb b/lib/fdk/version.rb index 14f3335..dfbc39e 100644 --- a/lib/fdk/version.rb +++ b/lib/fdk/version.rb @@ -17,5 +17,5 @@ # module FDK - VERSION = "0.0.24" + VERSION = "0.0.25" end