Skip to content
Snippets Groups Projects

add secure tag to run the ci pipeline on a secure runner

Merged Frederik Schwan requested to merge freswa/asknot-ng:add-secure-runner-build into archlinux
1 file
+ 19
1
Compare changes
  • Side-by-side
  • Inline
+ 19
1
@@ -3,7 +3,7 @@
paths:
- public
build:
.build:
extends: .artifacts
image: python:alpine
before_script:
@@ -17,7 +17,25 @@ build:
after_script:
- mv build/en public
build:
extends: .build
except:
- archlinux
- schedules
- tags
build:secure:
extends: .build
tags:
- secure
only:
- archlinux
- schedules
- tags
pages:
tags:
- secure
extends: .artifacts
stage: deploy
variables:
Loading