execute script in current dir

[SKIP CI]
This commit is contained in:
Ruben Momoa
2024-08-26 13:46:02 +02:00
parent cbe5ac45d9
commit ec706bc863
2 changed files with 1 additions and 9 deletions

View File

@@ -10,14 +10,6 @@ when:
event: [ push, manual ]
steps:
gen_tags:
image: docker
commands:
- pwd
- ./gen-version-list.sh "v2.0.4" php-${PHP_VERSION}
- cat tags.txt
dev_alpine_build_and_publish:
image: woodpeckerci/plugin-docker-buildx
settings:

View File

@@ -31,7 +31,7 @@ steps:
gen_tags:
image: docker
commands:
- gen-version-list.sh ${CI_COMMIT_TAG} php-${PHP_VERSION}
- ./gen-version-list.sh ${CI_COMMIT_TAG} php-${PHP_VERSION}
- cat tags.txt
release_alpine_build_and_publish: