Skip to content

Commit

Permalink
Clean up CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Dec 15, 2023
1 parent 376daf9 commit 65fadfa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ publish:github_edge:
stage: publish
image: ghcr.io/minizinc/docker-build-environment:package
variables:
GITHUB_RELEASE_TAG: edge
REMOTE_URL: https://minizinc-ci:${ACCESS_TOKEN}@gitlab.com/minizinc/minizinc-ide.git
script:
# Update edge tag
Expand All @@ -548,9 +547,6 @@ publish:github_edge:
publish:github_stable:
stage: publish
image: ghcr.io/minizinc/docker-build-environment:package
variables:
GITHUB_RELEASE_TAG: edge
REMOTE_URL: https://minizinc-ci:${ACCESS_TOKEN}@gitlab.com/minizinc/minizinc-ide.git
script:
- VERSION_DASH=$(echo "$CI_COMMIT_TAG" | sed 's/\./-/g')
- NOTES="This release"
Expand All @@ -560,4 +556,5 @@ publish:github_stable:
- gh release --repo MiniZinc/MiniZincIDE create --draft --title "MiniZinc $CI_COMMIT_TAG" --notes "Please refer to the change log for details:\nhttps://www.minizinc.org/doc-${CI_COMMIT_TAG}/en/changelog.html" "$CI_COMMIT_TAG" MiniZincIDE*.dmg MiniZincIDE*.exe MiniZincIDE*.AppImage MiniZincIDE*.tgz MiniZincIDE*.sha256
needs: ["package:osx", "package:win64", "package:appimage", "package:linux"]
only: [tags]
except: [edge]
tags: [linux, docker]

0 comments on commit 65fadfa

Please sign in to comment.