File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -528,7 +528,6 @@ publish:github_edge:
528
528
stage : publish
529
529
image : ghcr.io/minizinc/docker-build-environment:package
530
530
variables :
531
- GITHUB_RELEASE_TAG : edge
532
531
REMOTE_URL : https://minizinc-ci:${ACCESS_TOKEN}@gitlab.com/minizinc/minizinc-ide.git
533
532
script :
534
533
# Update edge tag
@@ -548,9 +547,6 @@ publish:github_edge:
548
547
publish:github_stable :
549
548
stage : publish
550
549
image : ghcr.io/minizinc/docker-build-environment:package
551
- variables :
552
- GITHUB_RELEASE_TAG : edge
553
- REMOTE_URL : https://minizinc-ci:${ACCESS_TOKEN}@gitlab.com/minizinc/minizinc-ide.git
554
550
script :
555
551
- VERSION_DASH=$(echo "$CI_COMMIT_TAG" | sed 's/\./-/g')
556
552
- NOTES="This release"
@@ -560,4 +556,5 @@ publish:github_stable:
560
556
- 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
561
557
needs : ["package:osx", "package:win64", "package:appimage", "package:linux"]
562
558
only : [tags]
559
+ except : [edge]
563
560
tags : [linux, docker]
You can’t perform that action at this time.
0 commit comments