@catladder/pipeline 3.30.3 → 3.30.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/constants.js +1 -1
  2. package/dist/deploy/kubernetes/mongodb.d.ts +4 -0
  3. package/dist/deploy/kubernetes/mongodb.js +4 -0
  4. package/dist/pipeline/gitlab/gitlabReleaseJobs.d.ts +2 -0
  5. package/dist/pipeline/gitlab/gitlabReleaseJobs.js +5 -3
  6. package/dist/tsconfig.tsbuildinfo +1 -1
  7. package/examples/__snapshots__/automatic-releases.test.ts.snap +4 -2
  8. package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +4 -2
  9. package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +4 -2
  10. package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +4 -2
  11. package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +4 -2
  12. package/examples/__snapshots__/cloud-run-http2.test.ts.snap +4 -2
  13. package/examples/__snapshots__/cloud-run-llama.test.ts.snap +4 -2
  14. package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +4 -2
  15. package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +4 -2
  16. package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +4 -2
  17. package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +4 -2
  18. package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +4 -2
  19. package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +4 -2
  20. package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +4 -2
  21. package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +4 -2
  22. package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +4 -2
  23. package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +4 -2
  24. package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +4 -2
  25. package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +4 -2
  26. package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +4 -2
  27. package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +4 -2
  28. package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +4 -2
  29. package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +4 -2
  30. package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +4 -2
  31. package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +4 -2
  32. package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +4 -2
  33. package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +4 -2
  34. package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +4 -2
  35. package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +4 -2
  36. package/examples/__snapshots__/custom-build-job.test.ts.snap +4 -2
  37. package/examples/__snapshots__/custom-deploy.test.ts.snap +4 -2
  38. package/examples/__snapshots__/custom-envs.test.ts.snap +4 -2
  39. package/examples/__snapshots__/custom-sbom-java.test.ts.snap +4 -2
  40. package/examples/__snapshots__/custom-verify-job.test.ts.snap +4 -2
  41. package/examples/__snapshots__/git-submodule.test.ts.snap +4 -2
  42. package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +4 -2
  43. package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +4 -2
  44. package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +4 -2
  45. package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +24 -2
  46. package/examples/__snapshots__/local-dot-env.test.ts.snap +4 -2
  47. package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +24 -2
  48. package/examples/__snapshots__/modify-generated-files.test.ts.snap +4 -2
  49. package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +4 -2
  50. package/examples/__snapshots__/multiline-var.test.ts.snap +4 -2
  51. package/examples/__snapshots__/native-app.test.ts.snap +4 -2
  52. package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +4 -2
  53. package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +4 -2
  54. package/examples/__snapshots__/override-secrets.test.ts.snap +4 -2
  55. package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +4 -2
  56. package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +4 -2
  57. package/examples/__snapshots__/referencing-other-vars.test.ts.snap +4 -2
  58. package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +4 -2
  59. package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +4 -2
  60. package/examples/__snapshots__/workspace-api-www.test.ts.snap +4 -2
  61. package/package.json +1 -1
  62. package/src/deploy/kubernetes/mongodb.ts +4 -0
  63. package/src/pipeline/gitlab/gitlabReleaseJobs.ts +5 -3
@@ -1584,7 +1584,8 @@ create release:
1584
1584
  image: path/to/docker/semantic-release:the-version
1585
1585
  script:
1586
1586
  - semanticRelease
1587
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1587
+ after_script:
1588
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1588
1589
  rules:
1589
1590
  - &a2
1590
1591
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1604,7 +1605,8 @@ create release:
1604
1605
  image: path/to/docker/semantic-release:the-version
1605
1606
  script:
1606
1607
  - semanticRelease
1607
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1608
+ after_script:
1609
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1608
1610
  rules:
1609
1611
  - *a2
1610
1612
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -644,7 +644,8 @@ create release:
644
644
  image: path/to/docker/semantic-release:the-version
645
645
  script:
646
646
  - semanticRelease
647
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
647
+ after_script:
648
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
648
649
  rules:
649
650
  - &a2
650
651
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -664,7 +665,8 @@ create release:
664
665
  image: path/to/docker/semantic-release:the-version
665
666
  script:
666
667
  - semanticRelease
667
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
668
+ after_script:
669
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
668
670
  rules:
669
671
  - *a2
670
672
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1556,7 +1556,8 @@ create release:
1556
1556
  image: path/to/docker/semantic-release:the-version
1557
1557
  script:
1558
1558
  - semanticRelease
1559
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1559
+ after_script:
1560
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1560
1561
  rules:
1561
1562
  - &a2
1562
1563
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1576,7 +1577,8 @@ create release:
1576
1577
  image: path/to/docker/semantic-release:the-version
1577
1578
  script:
1578
1579
  - semanticRelease
1579
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1580
+ after_script:
1581
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1580
1582
  rules:
1581
1583
  - *a2
1582
1584
  - *a3
@@ -1586,7 +1586,8 @@ create release:
1586
1586
  image: path/to/docker/semantic-release:the-version
1587
1587
  script:
1588
1588
  - semanticRelease
1589
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1589
+ after_script:
1590
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1590
1591
  rules:
1591
1592
  - &a2
1592
1593
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1606,7 +1607,8 @@ create release:
1606
1607
  image: path/to/docker/semantic-release:the-version
1607
1608
  script:
1608
1609
  - semanticRelease
1609
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1610
+ after_script:
1611
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1610
1612
  rules:
1611
1613
  - *a2
1612
1614
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1676,7 +1676,8 @@ create release:
1676
1676
  image: path/to/docker/semantic-release:the-version
1677
1677
  script:
1678
1678
  - semanticRelease
1679
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1679
+ after_script:
1680
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1680
1681
  rules:
1681
1682
  - &a2
1682
1683
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1696,7 +1697,8 @@ create release:
1696
1697
  image: path/to/docker/semantic-release:the-version
1697
1698
  script:
1698
1699
  - semanticRelease
1699
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1700
+ after_script:
1701
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1700
1702
  rules:
1701
1703
  - *a2
1702
1704
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1586,7 +1586,8 @@ create release:
1586
1586
  image: path/to/docker/semantic-release:the-version
1587
1587
  script:
1588
1588
  - semanticRelease
1589
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1589
+ after_script:
1590
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1590
1591
  rules:
1591
1592
  - &a2
1592
1593
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1606,7 +1607,8 @@ create release:
1606
1607
  image: path/to/docker/semantic-release:the-version
1607
1608
  script:
1608
1609
  - semanticRelease
1609
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1610
+ after_script:
1611
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1610
1612
  rules:
1611
1613
  - *a2
1612
1614
  - *a3
@@ -1636,7 +1636,8 @@ create release:
1636
1636
  image: path/to/docker/semantic-release:the-version
1637
1637
  script:
1638
1638
  - semanticRelease
1639
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1639
+ after_script:
1640
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1640
1641
  rules:
1641
1642
  - &a2
1642
1643
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1656,7 +1657,8 @@ create release:
1656
1657
  image: path/to/docker/semantic-release:the-version
1657
1658
  script:
1658
1659
  - semanticRelease
1659
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1660
+ after_script:
1661
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1660
1662
  rules:
1661
1663
  - *a2
1662
1664
  - *a3
@@ -1636,7 +1636,8 @@ create release:
1636
1636
  image: path/to/docker/semantic-release:the-version
1637
1637
  script:
1638
1638
  - semanticRelease
1639
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1639
+ after_script:
1640
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1640
1641
  rules:
1641
1642
  - &a2
1642
1643
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1656,7 +1657,8 @@ create release:
1656
1657
  image: path/to/docker/semantic-release:the-version
1657
1658
  script:
1658
1659
  - semanticRelease
1659
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1660
+ after_script:
1661
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1660
1662
  rules:
1661
1663
  - *a2
1662
1664
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1640,7 +1640,8 @@ create release:
1640
1640
  image: path/to/docker/semantic-release:the-version
1641
1641
  script:
1642
1642
  - semanticRelease
1643
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1643
+ after_script:
1644
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1644
1645
  rules:
1645
1646
  - &a2
1646
1647
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1660,7 +1661,8 @@ create release:
1660
1661
  image: path/to/docker/semantic-release:the-version
1661
1662
  script:
1662
1663
  - semanticRelease
1663
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1664
+ after_script:
1665
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1664
1666
  rules:
1665
1667
  - *a2
1666
1668
  - *a3
@@ -1346,7 +1346,8 @@ create release:
1346
1346
  image: path/to/docker/semantic-release:the-version
1347
1347
  script:
1348
1348
  - semanticRelease
1349
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1349
+ after_script:
1350
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1350
1351
  rules:
1351
1352
  - &a2
1352
1353
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1366,7 +1367,8 @@ create release:
1366
1367
  image: path/to/docker/semantic-release:the-version
1367
1368
  script:
1368
1369
  - semanticRelease
1369
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1370
+ after_script:
1371
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1370
1372
  rules:
1371
1373
  - *a2
1372
1374
  - *a3
@@ -1661,7 +1661,8 @@ create release:
1661
1661
  image: path/to/docker/semantic-release:the-version
1662
1662
  script:
1663
1663
  - semanticRelease
1664
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1664
+ after_script:
1665
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1665
1666
  rules:
1666
1667
  - &a2
1667
1668
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1681,7 +1682,8 @@ create release:
1681
1682
  image: path/to/docker/semantic-release:the-version
1682
1683
  script:
1683
1684
  - semanticRelease
1684
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1685
+ after_script:
1686
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1685
1687
  rules:
1686
1688
  - *a2
1687
1689
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1568,7 +1568,8 @@ create release:
1568
1568
  image: path/to/docker/semantic-release:the-version
1569
1569
  script:
1570
1570
  - semanticRelease
1571
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1571
+ after_script:
1572
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1572
1573
  rules:
1573
1574
  - &a2
1574
1575
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1588,7 +1589,8 @@ create release:
1588
1589
  image: path/to/docker/semantic-release:the-version
1589
1590
  script:
1590
1591
  - semanticRelease
1591
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
+ after_script:
1593
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1592
1594
  rules:
1593
1595
  - *a2
1594
1596
  - *a3
@@ -1883,7 +1883,8 @@ create release:
1883
1883
  image: path/to/docker/semantic-release:the-version
1884
1884
  script:
1885
1885
  - semanticRelease
1886
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1886
+ after_script:
1887
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1887
1888
  rules:
1888
1889
  - &a2
1889
1890
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1903,7 +1904,8 @@ create release:
1903
1904
  image: path/to/docker/semantic-release:the-version
1904
1905
  script:
1905
1906
  - semanticRelease
1906
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1907
+ after_script:
1908
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1907
1909
  rules:
1908
1910
  - *a2
1909
1911
  - *a3
@@ -5045,7 +5045,8 @@ create release:
5045
5045
  image: path/to/docker/semantic-release:the-version
5046
5046
  script:
5047
5047
  - semanticRelease
5048
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
5048
+ after_script:
5049
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
5049
5050
  rules:
5050
5051
  - &a2
5051
5052
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -5065,7 +5066,8 @@ create release:
5065
5066
  image: path/to/docker/semantic-release:the-version
5066
5067
  script:
5067
5068
  - semanticRelease
5068
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
5069
+ after_script:
5070
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
5069
5071
  rules:
5070
5072
  - *a2
5071
5073
  - *a3
@@ -3302,7 +3302,8 @@ create release:
3302
3302
  image: path/to/docker/semantic-release:the-version
3303
3303
  script:
3304
3304
  - semanticRelease
3305
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
3305
+ after_script:
3306
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
3306
3307
  rules:
3307
3308
  - &a2
3308
3309
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -3322,7 +3323,8 @@ create release:
3322
3323
  image: path/to/docker/semantic-release:the-version
3323
3324
  script:
3324
3325
  - semanticRelease
3325
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
3326
+ after_script:
3327
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
3326
3328
  rules:
3327
3329
  - *a2
3328
3330
  - *a3
@@ -1989,7 +1989,8 @@ create release:
1989
1989
  image: path/to/docker/semantic-release:the-version
1990
1990
  script:
1991
1991
  - semanticRelease
1992
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1992
+ after_script:
1993
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1993
1994
  rules:
1994
1995
  - &a2
1995
1996
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -2009,7 +2010,8 @@ create release:
2009
2010
  image: path/to/docker/semantic-release:the-version
2010
2011
  script:
2011
2012
  - semanticRelease
2012
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
2013
+ after_script:
2014
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
2013
2015
  rules:
2014
2016
  - *a2
2015
2017
  - *a3
@@ -1574,7 +1574,8 @@ create release:
1574
1574
  image: path/to/docker/semantic-release:the-version
1575
1575
  script:
1576
1576
  - semanticRelease
1577
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1577
+ after_script:
1578
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1578
1579
  rules:
1579
1580
  - &a2
1580
1581
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1594,7 +1595,8 @@ create release:
1594
1595
  image: path/to/docker/semantic-release:the-version
1595
1596
  script:
1596
1597
  - semanticRelease
1597
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1598
+ after_script:
1599
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1598
1600
  rules:
1599
1601
  - *a2
1600
1602
  - *a3
@@ -1388,7 +1388,8 @@ create release:
1388
1388
  image: path/to/docker/semantic-release:the-version
1389
1389
  script:
1390
1390
  - semanticRelease
1391
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1391
+ after_script:
1392
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1392
1393
  rules:
1393
1394
  - &a4
1394
1395
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1408,7 +1409,8 @@ create release:
1408
1409
  image: path/to/docker/semantic-release:the-version
1409
1410
  script:
1410
1411
  - semanticRelease
1411
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1412
+ after_script:
1413
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1412
1414
  rules:
1413
1415
  - *a4
1414
1416
  - *a5
@@ -1200,7 +1200,8 @@ create release:
1200
1200
  image: path/to/docker/semantic-release:the-version
1201
1201
  script:
1202
1202
  - semanticRelease
1203
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1203
+ after_script:
1204
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1204
1205
  rules:
1205
1206
  - &a2
1206
1207
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1220,7 +1221,8 @@ create release:
1220
1221
  image: path/to/docker/semantic-release:the-version
1221
1222
  script:
1222
1223
  - semanticRelease
1223
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1224
+ after_script:
1225
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1224
1226
  rules:
1225
1227
  - *a2
1226
1228
  - *a3
@@ -1219,7 +1219,8 @@ create release:
1219
1219
  image: path/to/docker/semantic-release:the-version
1220
1220
  script:
1221
1221
  - semanticRelease
1222
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1222
+ after_script:
1223
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1223
1224
  rules:
1224
1225
  - &a2
1225
1226
  if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
@@ -1239,7 +1240,8 @@ create release:
1239
1240
  image: path/to/docker/semantic-release:the-version
1240
1241
  script:
1241
1242
  - semanticRelease
1242
- - echo '👉 The project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1243
+ after_script:
1244
+ - echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
1243
1245
  rules:
1244
1246
  - *a2
1245
1247
  - *a3