mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
secrets and with are not allowed in test jobs
This commit is contained in:
@@ -31,10 +31,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: exit 0
|
- run: exit 0
|
||||||
shell: bash
|
shell: bash
|
||||||
secrets:
|
|
||||||
AWS_TEST_FARM_PEM: "${{ secrets.AWS_TEST_FARM_PEM }}"
|
|
||||||
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
|
|
||||||
AWS_SECRET_ACCESS_KEY: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
|
|
||||||
###########################
|
###########################
|
||||||
#### packaging jobs ###
|
#### packaging jobs ###
|
||||||
###########################
|
###########################
|
||||||
@@ -46,8 +42,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: exit 0
|
- run: exit 0
|
||||||
shell: bash
|
shell: bash
|
||||||
with:
|
|
||||||
dockerTag: nightly
|
|
||||||
snap_packaging_jobs:
|
snap_packaging_jobs:
|
||||||
name: Snap packaging
|
name: Snap packaging
|
||||||
permissions:
|
permissions:
|
||||||
@@ -56,10 +50,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: exit 0
|
- run: exit 0
|
||||||
shell: bash
|
shell: bash
|
||||||
with:
|
|
||||||
snapBuildTimeout: 19800
|
|
||||||
secrets:
|
|
||||||
LAUNCHPAD_CREDENTIALS: "${{ secrets.LAUNCHPAD_CREDENTIALS }}"
|
|
||||||
create_changelog:
|
create_changelog:
|
||||||
name: Create changelog
|
name: Create changelog
|
||||||
permissions:
|
permissions:
|
||||||
@@ -80,10 +70,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: exit 0
|
- run: exit 0
|
||||||
shell: bash
|
shell: bash
|
||||||
secrets:
|
|
||||||
DOCKERHUB_TOKEN: "${{ secrets.DOCKERHUB_TOKEN }}"
|
|
||||||
with:
|
|
||||||
dockerTag: nightly
|
|
||||||
snap_deploy_jobs:
|
snap_deploy_jobs:
|
||||||
name: Deploy snaps
|
name: Deploy snaps
|
||||||
permissions:
|
permissions:
|
||||||
@@ -96,10 +82,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: exit 0
|
- run: exit 0
|
||||||
shell: bash
|
shell: bash
|
||||||
secrets:
|
|
||||||
SNAPCRAFTCFG: "${{ secrets.SNAPCRAFTCFG }}"
|
|
||||||
with:
|
|
||||||
snapReleaseChannel: edge
|
|
||||||
############################
|
############################
|
||||||
#### rerun job ###
|
#### rerun job ###
|
||||||
############################
|
############################
|
||||||
|
|||||||
Reference in New Issue
Block a user