Skip to content

Commit b7693a3

Browse files
committed
removing unnecessary jobs
1 parent 8ba2a27 commit b7693a3

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/time-tracker-ui-ci.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,6 @@ jobs:
2929
with:
3030
ssh-private-key: ${{ secrets.INFRA_TERRAFORM_MODULES_SSH_PRIV_KEY }}
3131

32-
# - name: Unlock STAGE secrets
33-
# uses: sliteteam/[email protected]
34-
# env:
35-
# GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY_DEFAULT }}
36-
37-
# - name: Inject Secrets
38-
# env:
39-
# AUTHORITY: ${{ secrets.AUTHORITY }}
40-
# API_URL: ${{ secrets.STAGE_API_URL}}
41-
# SCOPES: ${{ secrets.SCOPES }}
42-
# CLIENT_ID: ${{ secrets.STAGE_CLIENT_ID }}
43-
# CLIENT_URL: ${{ secrets.STAGE_CLIENT_URL }}
44-
# STACK_EXCHANGE_ID: ${{ secrets.STAGE_STACK_EXCHANGE_ID }}
45-
# STACK_EXCHANGE_ACCESS_TOKEN: ${{ secrets.STAGE_STACK_EXCHANGE_ACCESS_TOKEN }}
46-
# AZURE_APP_CONFIGURATION_CONNECTION_STRING: ${{ secrets.AZURE_APP_CONFIGURATION_CONNECTION_STRING }}
47-
# run: |
48-
# chmod +x ./scripts/populate-keys.sh
49-
# sh ./scripts/populate-keys.sh
50-
5132
- name: build docker
5233
run: make build
5334

@@ -85,7 +66,8 @@ jobs:
8566

8667
- name: Terraform Plan Prod
8768
id: plan-prod
88-
run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
69+
# run: terraform plan -var-file=${{ env.TF_WORKSPACE }}.tfvars -var image_tag=latest -no-color
70+
run: echo "Disabled for now up to restructure infra tiers"
8971
continue-on-error: true
9072
working-directory: ./${{ env.WORKING_DIR }}
9173
env:

0 commit comments

Comments
 (0)