You've already forked oscript-images
mirror of
https://github.com/pravets/oscript-images.git
synced 2025-11-25 22:32:37 +02:00
chore: добавлен скрипт для создания и принудительной отправки тега oscript_dev
This commit is contained in:
4
src/tag-oscript-dev.sh
Executable file
4
src/tag-oscript-dev.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
git tag -f oscript_dev && git push oscript_dev -f
|
||||
Reference in New Issue
Block a user