Skip to content

Commit df9e366

Browse files
committed
Checking Test
1 parent a97dd27 commit df9e366

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/testing_domain_secret.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ jobs:
3131
run: ./travis/deploy.sh ${{ secrets.HKUBE_DOMAIN_RAW }}
3232
env:
3333
DOCKER_BUILD_PUSH_PASSWORD: ${{ secrets.DOCKER_BUILD_PUSH_PASSWORD }}
34-
DOCKER_BUILD_PUSH_USERNAME: ${{ secrets.DOCKER_BUILD_PUSH_USERNAME }}
34+
DOCKER_BUILD_PUSH_USERNAME: ${{ secrets.DOCKER_BUILD_PUSH_USERNAME }}
35+
- name: temp
36+
run: echo End Of Test

travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ envsubst < ./travis/values-pub-template.yml > /tmp/pub.yml
77
helm search repo hkube
88
helm upgrade -i hkube -f /tmp/pub.yml hkube-dev/hkube
99
helm ls --all
10-
10+
echo end Of Script

0 commit comments

Comments
 (0)