From 5835f013b7b2990c1d5343f3109228ec545eb45e Mon Sep 17 00:00:00 2001 From: jon ceanfaglione Date: Fri, 19 Jun 2020 12:00:11 -0400 Subject: [PATCH 1/2] pinned runners to p1 --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e47ec89..5aa21aac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,8 @@ lint code: script: - npm i - npm run lint + tags: + - p1 unit tests: extends: .npm_template @@ -34,6 +36,8 @@ unit tests: rules: - if: '$CI_COMMIT_TAG == ""' when: always + tags: + - p1 e2e tests: extends: .npm_template @@ -43,6 +47,8 @@ e2e tests: - npm run test:e2e-ci except: - tags + tags: + - p1 #staging: # image: registry.dsop.io/platform-one/private/big-bang/pipeline-templates/ext-cypress:v0.2.0 @@ -59,3 +65,5 @@ publish: - echo 'Publishing build outputs to MR for deployment' - npm install -D - npm run build + tags: + - p1 \ No newline at end of file -- GitLab From 43dca553aea1dd22a2d627f585cccd0d3119d92d Mon Sep 17 00:00:00 2001 From: "graham.smith" Date: Fri, 19 Jun 2020 16:10:10 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cbfb31a..07e7df83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # platform1-site -Static site for p1.dsop.io +Static site for https://p1.dsop.io ## Project setup -- GitLab