Skip to content

Commit

Permalink
binder updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 20, 2019
1 parent 7d001a9 commit c1a39f3
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 @@ -93,7 +93,7 @@ jobs:
GIT_TAG=v_$(date +%Y_%m_%d_%H_%M_%S)
if [[ "$CIRCLE_BRANCH $CIRCLE_USERNAME" == "master DerThorsten" ]]; then
sed -i 's/v0.1.0/$GIT_TAG/g' binder/Dockerfile
sed -i "s/v0.1.0/$GIT_TAG/g" binder/Dockerfile
fi
git config user.email "derthorsten@gmail.com"
git config user.name "DerThorsten"
Expand Down

0 comments on commit c1a39f3

Please sign in to comment.