Skip to content

Commit

Permalink
[#41] remove tags from build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondng76 committed Jan 17, 2022
1 parent 475098c commit 905ab95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ generate_dev_demo_api_yaml:

build_and_push_demo_api:
stage: build
tags:
- on-prem
allow_failure: true
needs:
- generate_demo_api_yaml
Expand All @@ -82,8 +80,6 @@ build_and_push_demo_api:

build_and_push_dev_demo_api:
stage: build
tags:
- on-prem
allow_failure: true
needs:
- generate_dev_demo_api_yaml
Expand Down

0 comments on commit 905ab95

Please sign in to comment.