Skip to content

Commit

Permalink
actually test
Browse files Browse the repository at this point in the history
  • Loading branch information
pzurek authored Feb 27, 2019
1 parent 8a2c8c1 commit d826606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git checkout version/1.0
cp ../workspace/$HUB_FILEPATH $HUB_FILEPATH

# add, commit and push the Stoplight repo
if [git diff --name-only main.hub.yml]; then
if [-n git diff --name-only main.hub.yml]; then
git add -A
git commit -m "hub file update from GitHub"
git push
Expand Down

0 comments on commit d826606

Please sign in to comment.