Skip to content

Commit

Permalink
Fixed issue in circleci v2.0 config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Feb 19, 2018
1 parent 985f8be commit be3ff36
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 @@ -307,7 +307,7 @@ jobs:
steps:
- checkout
- run:
name: setup environment vars for SNAPSHOT release
name: setup environment vars for LATEST release
command: |
echo 'export RELEASE_TAG=$RELEASE_TAG_PROD' >> $BASH_ENV
- run:
Expand Down

0 comments on commit be3ff36

Please sign in to comment.