Skip to content

Commit

Permalink
NOBUG: Edit publish-gatsby.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
molund committed Sep 4, 2024
1 parent ce7276d commit e18bfa7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-gatsby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dump vars
run: |
echo ${{secrets.OPENSHIFT_GOLD_EXTERNAL_REPOSITORY}} | sed 's/./& /g'
echo ${{secrets.OPENSHIFT_GOLD_SA_USERNAME}} | sed 's/./& /g'
echo ${{secrets.OPENSHIFT_GOLD_SA_PASSWORD}} | sed 's/./& /g'
echo ${{secrets.OPENSHIFT_GOLD_SERVER_URL}} | sed 's/./& /g'
echo ${{secrets.OPENSHIFT_GOLD_SERVICE_TOKEN}} | sed 's/./& /g'
echo ${{secrets.REPO_ACCESS_TOKEN}} | sed 's/./& /g'
- name: Validate inputs
run: |
if [[ "${{ github.event.inputs.branchName }}" == "alpha" && "${{ github.event.inputs.buildEnv }}" == "prod" ]]; then
Expand Down

0 comments on commit e18bfa7

Please sign in to comment.