Skip to content

Commit

Permalink
Merge pull request #5 from linuxbandit/fix/remove-relative-ref
Browse files Browse the repository at this point in the history
fix: ref can't be relative
  • Loading branch information
gadiener authored Apr 7, 2020
2 parents 90f897f + e007417 commit 65d3738
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bucket-production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'bucket-quality.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/bucket-quality.yml'

deploy:production:
extends: .deploy
Expand Down
2 changes: 1 addition & 1 deletion bucket-quality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/bucket.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/bucket.yml'

deploy:quality:
extends: .deploy
Expand Down
2 changes: 1 addition & 1 deletion cloudrun-production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'cloudrun-quality.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/cloudrun-quality.yml'

deploy:production:
extends: deploy:quality
Expand Down
4 changes: 2 additions & 2 deletions cloudrun-quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include:
- 'docker.yml'
- 'templates/cloudrun.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/docker.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/cloudrun.yml'

deploy:quality:
extends: .cloudrun:deploy
Expand Down
2 changes: 1 addition & 1 deletion docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/docker.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/docker.yml'

build:
stage: build
Expand Down
2 changes: 1 addition & 1 deletion helm-multiregion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/helm.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/helm.yml'

# EUROPE
deploy:production:europe:helm:
Expand Down
4 changes: 2 additions & 2 deletions helm-quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include:
- 'docker.yml'
- 'templates/helm.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/helm.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/docker.yml'

deploy:quality:helm:
variables:
Expand Down
2 changes: 1 addition & 1 deletion helm-regional.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/helm.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/helm.yml'

deploy:production:helm:
extends: .deploy:production:helm
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-multiregion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'kubernetes-quality.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/kubernetes-quality.yml'


# EUROPE
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-quality.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include:
- 'docker.yml'
- 'templates/kubernetes.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/kubernetes.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/docker.yml'

deploy:quality:image:
variables:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-regional.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'kubernetes-quality.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/kubernetes-quality.yml'

deploy:production:image:
extends: .deploy:production:image
Expand Down
2 changes: 1 addition & 1 deletion serverless-multiregion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/serverless.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/serverless.yml'

# EUROPE
deploy:production:europe:
Expand Down
2 changes: 1 addition & 1 deletion serverless-regional.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/serverless.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/serverless.yml'

deploy:production:
extends: .serverless:deploy
Expand Down
2 changes: 1 addition & 1 deletion test-unit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include:
- 'templates/docker.yml'
- remote: 'https://raw.githubusercontent.com/jobtome-labs/ci-templates/v2.2.1/templates/docker.yml'

test:unit:
extends: .docker
Expand Down

0 comments on commit 65d3738

Please sign in to comment.