From be37f3ae3de2159aac1cce1ebaf8958a75a7990d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 8 Feb 2021 22:52:20 +0200 Subject: [PATCH] Add missing stage param to CI file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a3dd6c..be6e4cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,9 +41,11 @@ windows/amd64: - gomuks.exe macos/amd64: + stage: build tags: - macos - amd64 + before_script: [] script: - go build -o gomuks - install_name_tool -change /usr/local/opt/libolm/lib/libolm.3.dylib @rpath/libolm.3 gomuks @@ -56,6 +58,7 @@ macos/amd64: - libolm.3.dylib macos/arm64: + stage: build tags: - macos - arm64