Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot committed Apr 24, 2024
1 parent 15ae369 commit a641812
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/delete-preview/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export LEEWAY_WORKSPACE_ROOT="$(pwd)"
export PATH="$PATH:$HOME/bin"

mkdir $HOME/bin

sleep 1000
gcloud auth login --cred-file="$GOOGLE_APPLICATION_CREDENTIALS" --activate --quiet
leeway run dev/preview/previewctl:install

Expand Down
1 change: 1 addition & 0 deletions .github/actions/deploy-monitoring-satellite/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ leeway run dev/preview/previewctl:install
echo "previewctl install-context"
previewctl install-context --log-level debug --timeout 10m

sleep 1000
echo "leeway run dev/preview:deploy-monitoring-satellite"
leeway run dev/preview:deploy-monitoring-satellite

Expand Down
2 changes: 2 additions & 0 deletions .github/actions/integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ runs:
leeway run dev/preview/previewctl:install
sleep 1000
previewctl install-context --branch "${PREVIEW_NAME}" --log-level debug --timeout 10m
- name: Integration Test
Expand Down

0 comments on commit a641812

Please sign in to comment.