Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing unused variable from GitHub Actions #2138

Closed
wants to merge 30 commits into from
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f931f43
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
55ec825
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
3c315eb
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
4f2e97a
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
31df193
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
a0a18fc
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
4999301
attempting to remotely launch k8s rollout
ben851 Mar 7, 2024
96583c5
debug
ben851 Mar 7, 2024
feda156
debug
ben851 Mar 7, 2024
8ad4c0d
debug
ben851 Mar 7, 2024
6f152e6
debug
ben851 Mar 7, 2024
51c6f13
debug
ben851 Mar 7, 2024
f91877d
debug
ben851 Mar 7, 2024
fe4c91d
debug
ben851 Mar 7, 2024
e06368b
debug
ben851 Mar 7, 2024
49a3d23
debug
ben851 Mar 7, 2024
e9d7d30
debug
ben851 Mar 7, 2024
9df2acd
debug
ben851 Mar 7, 2024
7b83923
Remote call
ben851 Mar 7, 2024
2ab275b
Merge branch 'main' into k8s-rollout-workflow
ben851 Mar 7, 2024
28b8c10
final test
ben851 Mar 7, 2024
42de352
final test
ben851 Mar 7, 2024
08c462a
Merge branch 'k8s-rollout-workflow' of github.com:cds-snc/notificatio…
ben851 Mar 7, 2024
53fc6de
undoing test
ben851 Mar 7, 2024
eff70f1
Merge branch 'main' into k8s-rollout-workflow
ben851 Mar 7, 2024
064bd61
undoing test
ben851 Mar 7, 2024
ef63de3
Merge branch 'k8s-rollout-workflow' of github.com:cds-snc/notificatio…
ben851 Mar 7, 2024
03ddc0c
removing unused var
ben851 Mar 8, 2024
d72fb8d
merge
ben851 Mar 8, 2024
8dcb5d7
Merge branch 'main' into k8s-rollout-workflow
ben851 Mar 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
AWS_REGION: ca-central-1
DOCKER_ORG: public.ecr.aws/v6b8u5o6
DOCKER_SLUG: public.ecr.aws/v6b8u5o6/notify-api
KUBECTL_VERSION: '1.23.6'
WORKFLOW_PAT: ${{ secrets.WORKFLOW_GITHUB_PAT }}

permissions:
Expand Down
Loading