Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

Commit

Permalink
Fix 'promote-to-production' step.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Aug 17, 2018
1 parent 9f4c087 commit 09d220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
steps:
# Set this as a variable so it can be changed quickly if necessary
- run: echo 'export PRODUCTION_TAG=latest' >> $BASH_ENV

- setup_remote_docker
- attach_workspace:
at: /workspace

Expand Down

0 comments on commit 09d220a

Please sign in to comment.