Skip to content

Commit

Permalink
Revert "[#41] try remove on-prem tag for pre stage"
Browse files Browse the repository at this point in the history
This reverts commit 34af1d5.
  • Loading branch information
raymondng76 committed Jan 17, 2022
1 parent 34af1d5 commit a842cbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ run_slow_unit_tests:

generate_demo_api_yaml:
stage: pre
tags:
- on-prem
image: alpine:latest
script:
- apk add -U jsonnet
Expand All @@ -55,6 +57,8 @@ generate_demo_api_yaml:

generate_dev_demo_api_yaml:
stage: pre
tags:
- on-prem
image: alpine:latest
script:
- apk add -U jsonnet
Expand Down

0 comments on commit a842cbc

Please sign in to comment.