Skip to content

Commit

Permalink
chore: update gitlab pipeline (#481)
Browse files Browse the repository at this point in the history
* fix typo on npm publishing script

* comment out unsupported regions
  • Loading branch information
duncanista authored Jan 30, 2024
1 parent 7b7117b commit a481762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/datasources/regions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ regions:
- code: "ap-northeast-2"
- code: "ap-northeast-3"
- code: "ca-central-1"
- code: "ca-west-1"
# - code: "ca-west-1" we don't support it
- code: "eu-central-1"
- code: "eu-central-2"
- code: "eu-west-1"
- code: "eu-west-2"
- code: "eu-west-3"
- code: "eu-south-1"
- code: "eu-south-2"
- code: "il-central-1"
# - code: "il-central-1" we don't support it
- code: "me-south-1"
- code: "me-central-1"
- code: "sa-east-1"
2 changes: 1 addition & 1 deletion ci/input_files/build.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ publish-npm-package:
before_script:
- *install-node
script:
- ./scripts/publish_npm.sh
- ./ci/publish_npm.sh

0 comments on commit a481762

Please sign in to comment.