You've already forked oscript-images
mirror of
https://github.com/pravets/oscript-images.git
synced 2025-10-08 23:01:52 +02:00
chore: исправлено использование команды git push в скрипте tag-yard-latest.sh
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
git tag -f yard && git push --tags -f
|
git tag -f yard && git push yard -f
|
Reference in New Issue
Block a user