Skip to content

Commit d432ec3

Browse files
👷 disable deploy-prod-canary during the freeze (#3984)
1 parent 6a23b1b commit d432ec3

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

‎.gitlab-ci.yml‎

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -345,30 +345,30 @@ deploy-staging:
345345
- node ./scripts/deploy/deploy.ts staging staging root
346346
- node ./scripts/deploy/upload-source-maps.ts staging root
347347

348-
deploy-prod-canary:
349-
stage: deploy:canary
350-
extends:
351-
- .base-configuration
352-
- .main
353-
script:
354-
- export BUILD_MODE=canary
355-
- yarn
356-
- yarn build:bundle
357-
- node ./scripts/deploy/deploy.ts prod canary root
358-
- node ./scripts/deploy/upload-source-maps.ts canary root
359-
360-
deploy-next-major-canary:
361-
stage: deploy
362-
extends:
363-
- .base-configuration
364-
- .next-major-branch
365-
script:
366-
- export BUILD_MODE=canary
367-
- VERSION=$(node -p -e "require('./lerna.json').version")
368-
- yarn
369-
- yarn build:bundle
370-
- node ./scripts/deploy/deploy.ts prod v${VERSION%%.*}-canary root
371-
- node ./scripts/deploy/upload-source-maps.ts v${VERSION%%.*}-canary root
348+
# deploy-prod-canary:
349+
# stage: deploy:canary
350+
# extends:
351+
# - .base-configuration
352+
# - .main
353+
# script:
354+
# - export BUILD_MODE=canary
355+
# - yarn
356+
# - yarn build:bundle
357+
# - node ./scripts/deploy/deploy.ts prod canary root
358+
# - node ./scripts/deploy/upload-source-maps.ts canary root
359+
#
360+
# deploy-next-major-canary:
361+
# stage: deploy
362+
# extends:
363+
# - .base-configuration
364+
# - .next-major-branch
365+
# script:
366+
# - export BUILD_MODE=canary
367+
# - VERSION=$(node -p -e "require('./lerna.json').version")
368+
# - yarn
369+
# - yarn build:bundle
370+
# - node ./scripts/deploy/deploy.ts prod v${VERSION%%.*}-canary root
371+
# - node ./scripts/deploy/upload-source-maps.ts v${VERSION%%.*}-canary root
372372

373373
deploy-manual:
374374
stage: deploy

0 commit comments

Comments
 (0)