Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Iaquinti committed Nov 18, 2021
1 parent 0d591cf commit 69cb3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-digital-ocean-1-click-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Declare variables that we can share across steps
id: vars
run: |
TEST_NAME="helm-e2e-testing-do-1-click-install-$(git rev-parse --short HEAD)"
TEST_NAME="helm-test-e2e-do-1-click-$(git rev-parse --short HEAD)"
echo "::set-output name=k8s_cluster_name::${TEST_NAME}"
- name: Deploy a new k8s cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-digital-ocean-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Declare variables that we can share across steps
id: vars
run: |
TEST_NAME="helm-e2e-testing-do-install-$(git rev-parse --short HEAD)"
TEST_NAME="helm-test-e2e-do-install-$(git rev-parse --short HEAD)"
echo "::set-output name=k8s_cluster_name::${TEST_NAME}"
echo "::set-output name=dns_record::${TEST_NAME}"
echo "::set-output name=fqdn_record::${TEST_NAME}.posthog.cc"
Expand Down

0 comments on commit 69cb3be

Please sign in to comment.