We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97dd27 commit df9e366Copy full SHA for df9e366
.github/workflows/testing_domain_secret.yml
@@ -31,4 +31,6 @@ jobs:
31
run: ./travis/deploy.sh ${{ secrets.HKUBE_DOMAIN_RAW }}
32
env:
33
DOCKER_BUILD_PUSH_PASSWORD: ${{ secrets.DOCKER_BUILD_PUSH_PASSWORD }}
34
- DOCKER_BUILD_PUSH_USERNAME: ${{ secrets.DOCKER_BUILD_PUSH_USERNAME }}
+ DOCKER_BUILD_PUSH_USERNAME: ${{ secrets.DOCKER_BUILD_PUSH_USERNAME }}
35
+ - name: temp
36
+ run: echo End Of Test
travis/deploy.sh
@@ -7,4 +7,4 @@ envsubst < ./travis/values-pub-template.yml > /tmp/pub.yml
7
helm search repo hkube
8
helm upgrade -i hkube -f /tmp/pub.yml hkube-dev/hkube
9
helm ls --all
10
-
+echo end Of Script
0 commit comments