Skip to content

Commit

Permalink
Remove TEST instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
aronmolnar committed Aug 30, 2024
1 parent 73acf36 commit f6e3a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ build-release:
- cd languagetool
- docker buildx build --provenance false --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from $CI_REGISTRY_IMAGE/languagetool:$TEST_CI_COMMIT_TAG --platform linux/amd64,linux/arm64 --push -t $CI_REGISTRY_IMAGE/languagetool:$CI_COMMIT_TAG .
- cd ..
- TEST
- export VERSION_NUMBER
- |
if ! docker manifest inspect $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG > /dev/null; then
Expand Down

0 comments on commit f6e3a00

Please sign in to comment.