Skip to content

Commit

Permalink
add executable permission on build sh scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Feb 23, 2018
1 parent 83b74da commit 579cbb2
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 @@ -23,7 +23,7 @@ jobs:
name: "Write metadata"
command: |
if [ "${CIRCLE_TAG}" != "" ]; then
./.circleci/scripts/write_metadata.sh $CIRCLE_TAG "`date '+%B %d, %Y @ %H:%M:%S'`"
chmod +x ./.circleci/scripts/write_metadata.sh $CIRCLE_TAG "`date '+%B %d, %Y @ %H:%M:%S'`"
else
echo "Not tagged, skipping step"
fi
Expand Down

0 comments on commit 579cbb2

Please sign in to comment.