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