Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit d7d5fe5

Browse files
committed
fix(ci): don't create an image for every commit
1 parent 47dcfcd commit d7d5fe5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitlab-ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ build dirty docker image:
1111
- apk add --update make git
1212
- echo $CI_REGISTRY_PASSWORD | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
1313
script:
14-
- git log | head -n 1 | awk '{ print $2 }'
15-
- echo $CI_COMMIT_SHA
16-
- VERSION="${CI_COMMIT_SHA}" make push
14+
- VERSION=dirty make push
1715
except:
1816
- tags
1917

0 commit comments

Comments
 (0)