Skip to content

Commit

Permalink
Test v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Aug 15, 2024
1 parent 17c0c80 commit da03cd8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/fac-check-tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ on:
# type: choice
# options:
# - 'check_tables'
# workflow_call:
# inputs:
# environment:
# required: true
# type: string
# util_version:
# description: Version for fac backup utility to use (ex. vX.Y.Z)
# required: true
# type: string
# backup_operation:
# description: Operation for fac-backup-utility
# required: true
# type: string
push:
branches: [new-relic-logs-update]
jobs:
Expand All @@ -42,5 +55,5 @@ jobs:
cf_password: ${{ secrets.CF_PASSWORD }}
cf_org: gsa-tts-oros-fac
cf_space: ${{ env.space }}
# command: cf run-task gsa-fac -k 7G -m 3G --name deploy_backup_util --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}"
command: cf run-task gsa-fac -k 2G -m 3G --name check_tables --command "./fac-backup-util.sh v0.1.5 check_tables"
# command: cf run-task gsa-fac -k 2G -m 3G --name check_tables --command "./fac-backup-util.sh ${{ inputs.util_version }} ${{ inputs.backup_operation }}"
command: cf run-task gsa-fac -k 2G -m 3G --name check_tables --command "./fac-backup-util.sh v0.1.6 check_tables"

0 comments on commit da03cd8

Please sign in to comment.