Skip to content

Commit

Permalink
Remove unneeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram committed Jan 5, 2020
1 parent b49c608 commit e62104e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
steps:
- checkout
- setup_remote_docker
- run:
name: Add Version information
command: |
echo "commit: ${CIRCLE_SHA1}" > html/VERSION
echo "tag: ${CIRCLE_TAG}" >> html/VERSION
echo "branch: ${CIRCLE_BRANCH}" >> html/VERSION
echo "ci_build: ${CIRCLE_BUILD_NUM}" >> html/VERSION
echo "ci_workflow: ${CIRCLE_WORKFLOW_ID}" >> html/VERSION
- run:
name: Build Production Docker image
command: docker build -t $IMAGE_NAME:build .
Expand Down

0 comments on commit e62104e

Please sign in to comment.