@catladder/pipeline 3.30.4 → 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.
- package/dist/constants.js +1 -1
- package/dist/pipeline/gitlab/gitlabReleaseJobs.d.ts +2 -0
- package/dist/pipeline/gitlab/gitlabReleaseJobs.js +5 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/examples/__snapshots__/automatic-releases.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-execute-script-on-deploy.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-health-check-defaults.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-health-check-only-startup.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-health-check.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-http2.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-llama.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-memory-limit.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-meteor-with-worker.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-nextjs.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-no-cpu-throttling.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-no-service.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-non-public.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-post-stop-job.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-service-custom-vpc-connector.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-service-custom-vpc.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-service-gen2.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-service-increase-timout.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-service-with-volumes.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-storybook.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-agents.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-gpu.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-ngnix.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-sql-legacy-jobs.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-sql-multiple-dbs.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-sql-reuse-db.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-sql.test.ts.snap +4 -2
- package/examples/__snapshots__/cloud-run-with-worker.test.ts.snap +4 -2
- package/examples/__snapshots__/custom-build-job-with-tests.test.ts.snap +4 -2
- package/examples/__snapshots__/custom-build-job.test.ts.snap +4 -2
- package/examples/__snapshots__/custom-deploy.test.ts.snap +4 -2
- package/examples/__snapshots__/custom-envs.test.ts.snap +4 -2
- package/examples/__snapshots__/custom-sbom-java.test.ts.snap +4 -2
- package/examples/__snapshots__/custom-verify-job.test.ts.snap +4 -2
- package/examples/__snapshots__/git-submodule.test.ts.snap +4 -2
- package/examples/__snapshots__/kubernetes-application-customization.test.ts.snap +4 -2
- package/examples/__snapshots__/kubernetes-with-cloud-sql.test.ts.snap +4 -2
- package/examples/__snapshots__/kubernetes-with-jobs.test.ts.snap +4 -2
- package/examples/__snapshots__/kubernetes-with-mongodb.test.ts.snap +4 -2
- package/examples/__snapshots__/local-dot-env.test.ts.snap +4 -2
- package/examples/__snapshots__/meteor-kubernetes.test.ts.snap +4 -2
- package/examples/__snapshots__/modify-generated-files.test.ts.snap +4 -2
- package/examples/__snapshots__/modify-generated-yaml.test.ts.snap +4 -2
- package/examples/__snapshots__/multiline-var.test.ts.snap +4 -2
- package/examples/__snapshots__/native-app.test.ts.snap +4 -2
- package/examples/__snapshots__/node-build-with-custom-image.test.ts.snap +4 -2
- package/examples/__snapshots__/node-build-with-docker-additions.test.ts.snap +4 -2
- package/examples/__snapshots__/override-secrets.test.ts.snap +4 -2
- package/examples/__snapshots__/rails-k8s-with-worker-dockerfile.test.ts.snap +4 -2
- package/examples/__snapshots__/rails-k8s-with-worker.test.ts.snap +4 -2
- package/examples/__snapshots__/referencing-other-vars.test.ts.snap +4 -2
- package/examples/__snapshots__/wait-for-other-deploy.test.ts.snap +4 -2
- package/examples/__snapshots__/workspace-api-www-turbo-cache.test.ts.snap +4 -2
- package/examples/__snapshots__/workspace-api-www.test.ts.snap +4 -2
- package/package.json +1 -1
- package/src/pipeline/gitlab/gitlabReleaseJobs.ts +5 -3
|
@@ -1568,7 +1568,8 @@ create release:
|
|
|
1568
1568
|
image: path/to/docker/semantic-release:the-version
|
|
1569
1569
|
script:
|
|
1570
1570
|
- semanticRelease
|
|
1571
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
@@ -1126,7 +1126,8 @@ create release:
|
|
|
1126
1126
|
image: path/to/docker/semantic-release:the-version
|
|
1127
1127
|
script:
|
|
1128
1128
|
- semanticRelease
|
|
1129
|
-
|
|
1129
|
+
after_script:
|
|
1130
|
+
- echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
|
|
1130
1131
|
rules:
|
|
1131
1132
|
- &a2
|
|
1132
1133
|
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
@@ -1146,7 +1147,8 @@ create release:
|
|
|
1146
1147
|
image: path/to/docker/semantic-release:the-version
|
|
1147
1148
|
script:
|
|
1148
1149
|
- semanticRelease
|
|
1149
|
-
|
|
1150
|
+
after_script:
|
|
1151
|
+
- echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
|
|
1150
1152
|
rules:
|
|
1151
1153
|
- *a2
|
|
1152
1154
|
- *a3
|
|
@@ -1196,7 +1196,8 @@ create release:
|
|
|
1196
1196
|
image: path/to/docker/semantic-release:the-version
|
|
1197
1197
|
script:
|
|
1198
1198
|
- semanticRelease
|
|
1199
|
-
|
|
1199
|
+
after_script:
|
|
1200
|
+
- echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
|
|
1200
1201
|
rules:
|
|
1201
1202
|
- &a2
|
|
1202
1203
|
if: $CI_COMMIT_MESSAGE =~ /^chore\\(release\\).*/
|
|
@@ -1216,7 +1217,8 @@ create release:
|
|
|
1216
1217
|
image: path/to/docker/semantic-release:the-version
|
|
1217
1218
|
script:
|
|
1218
1219
|
- semanticRelease
|
|
1219
|
-
|
|
1220
|
+
after_script:
|
|
1221
|
+
- echo '👉 If this job failed with access denied, the project access token might be invald - run \`project-renew-token\` in catladder CLI to fix.'
|
|
1220
1222
|
rules:
|
|
1221
1223
|
- *a2
|
|
1222
1224
|
- *a3
|