We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a47f21 commit 4c01022Copy full SHA for 4c01022
.github/workflows/ci.yml
@@ -95,7 +95,6 @@ jobs:
95
TEST_DOCKER_PULL_KEY: ${{ secrets.TEST_DOCKER_PULL_KEY }}
96
run: |
97
echo "======================================="
98
- netstat -an |grep 3001
99
echo "$TEST_DOCKER_PULL_KEY" |docker login nvcr.io --username '$oauthtoken' --password-stdin
100
docker run \
101
-v ./notebooks/api_usage_result.html:/app/input/aiva/api_usage.html \
0 commit comments