Skip to content

Commit

Permalink
bin->sbin, puŝu nur aktualan etikedon
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfram Diestel committed Jun 8, 2023
1 parent 67f7f49 commit 5cca6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
# fi
- name: Kreo de ${{ env.IMAGE_NAME }}
run: |
./bin/eldono kreo
./sbin/eldono kreo
# - name: Testoj de ${{ env.IMAGE_NAME }}
# run: |
Expand Down
2 changes: 1 addition & 1 deletion bin/eldono → sbin/eldono
Expand Up @@ -31,7 +31,7 @@ preparo)
etikedo)
echo "Provizante la aktualan staton per etikedo (git tag) v${eldono}"
echo "kaj puŝante tiun staton al la centra deponejo"
git tag -f v${eldono} && git push && git push --tags -f
git tag -f v${eldono} && git push && git push origin v${eldono} -f
;;
kreo)
echo "Kreante lokan procezujon (por docker) voko-grilo kiel eldono ${eldono}"
Expand Down

0 comments on commit 5cca6ba

Please sign in to comment.