Skip to content

Commit

Permalink
Delete extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjmerono committed Mar 2, 2017
1 parent e312c36 commit 8124bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
- MASTER_PASSWORD=${{MASTER_PASSWORD}}
- ORACLE_USER=${{ORACLE_USER}}
- ORACLE_PASS=${{ORACLE_PASS}}
- DEBUG_ENC=$${{DEBUG_ENC}}
- DEBUG_ENC=${{DEBUG_ENC}}
commands:
- ./maven/mvnsecurity.sh
when:
Expand Down

0 comments on commit 8124bf8

Please sign in to comment.