From e741246b1fef01a0e8544481f9ec9f7b22629ddc Mon Sep 17 00:00:00 2001 From: Dave Griffiths Date: Mon, 26 Sep 2022 08:42:13 +0100 Subject: [PATCH] turned off ci runner thing --- .gitlab-ci.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9eb2c5d..d57a123 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,29 +18,29 @@ # see also https://docs.gitlab.com/ee/ci/runners/saas/macos_saas_runner.html -.macos_saas_runners: - tags: - - shared-macos-amd64 - image: macos-11-xcode-12 +# .macos_saas_runners: +# tags: +# - shared-macos-amd64 +# image: macos-11-xcode-12 -stages: - - build - - test +# stages: +# - build +# - test -before_script: - - echo "started by ${GITLAB_USER_NAME}" +# before_script: +# - echo "started by ${GITLAB_USER_NAME}" -build: - extends: - - .macos_saas_runners - stage: build - script: - - echo "running scripts in the build job" +# build: +# extends: +# - .macos_saas_runners +# stage: build +# script: +# - echo "running scripts in the build job" -test: - extends: - - .macos_saas_runners - stage: test - script: - - echo "running scripts in the test job" +# test: +# extends: +# - .macos_saas_runners +# stage: test +# script: +# - echo "running scripts in the test job"