Skip to content

Commit d22bc5c

Browse files
committed
Use Makefile
1 parent 4ea11c4 commit d22bc5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ build_and_sign_cloudflared_macos:
9696
# -----------------------------------------------
9797
release_cloudflared_macos_to_github:
9898
stage: release
99-
image: docker-registry.cfdata.org/stash/tun/docker-images/cloudflared-ci/main:5-0e9d27aca53f@sha256:dc41355345c593357fd0a2a70a8ff3d62ddadafe4be03dbfae4b883bfd477be1
99+
image: docker-registry.cfdata.org/stash/tun/docker-images/cloudflared-ci/main:6-8616fe631b76-amd64@sha256:96f4fd05e66cec03e0864c1bcf09324c130d4728eef45ee994716da499183614
100100
dependencies:
101101
- check_tag
102102
- build_and_sign_cloudflared_macos
@@ -127,5 +127,4 @@ release_cloudflared_macos_to_github:
127127
- echo $VERSION
128128
- echo $TAG_EXISTS
129129
- echo "Running release because tag exists."
130-
- python3 github_release.py --path artifacts/ --release-version $VERSION
131-
- echo "Running release_cloudflared_macos_to_github"
130+
- make macos-release

0 commit comments

Comments
 (0)