Skip to content

Commit

Permalink
[ci] refactor ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Feb 12, 2024
1 parent 9c47cc9 commit 0c34cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .gitlab-ci-scripts/release.sh

This file was deleted.

6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ prerelease:
before_script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin "$DOCKER_REGISTRY"
script:
- .gitlab-ci-scripts/release.sh
- if [ -z "$CI_COMMIT_TAG" ]; then .gitlab-ci-scripts/set-prerel-version.sh; fi;
- .gitlab-ci-scripts/goreleaser.sh
- .gitlab-ci-scripts/upload.sh
after_script:
- curl -d "repo=github.com/oidc-mytoken/server" https://goreportcard.com/checks

deploy-dev:
stage: deploy
Expand Down

0 comments on commit 0c34cad

Please sign in to comment.