mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-22 22:19:30 -05:00
buildMetadata: automatically skip ci when metadata commited
This commit is contained in:
parent
2b8dee31b8
commit
4dbd42903b
2
push.sh
2
push.sh
@ -14,7 +14,7 @@ echo 'Adding data files'
|
||||
git add data/*
|
||||
|
||||
echo 'Commiting files'
|
||||
git commit -m 'Automated update repository metadata'
|
||||
git commit -m 'Automated update repository metadata [skip ci]'
|
||||
|
||||
echo 'Pushing changes'
|
||||
git push https://$GITHUB_USER:$GITHUB_TOKEN@github.com/veggiemonk/awesome-docker master >/dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user