Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
664bde2f
Unverified
Commit
664bde2f
authored
4 years ago
by
Nick Cabatoff
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix docker image name. (#10311)
parent
a3d0cbea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+5
-5
.circleci/config.yml
.circleci/config/commands/go_test.yml
+1
-1
.circleci/config/commands/go_test.yml
with
6 additions
and
6 deletions
+6
-6
.circleci/config.yml
+
5
-
5
View file @
664bde2f
...
@@ -952,7 +952,7 @@ jobs:
...
@@ -952,7 +952,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
--network vaulttest --name \
testcontainer circleci/golang:1.15.3-
stretch
\
testcontainer circleci/golang:1.15.3-
buster
\
tail -f /dev/null
tail -f /dev/null
# Run tests
# Run tests
...
@@ -1167,7 +1167,7 @@ jobs:
...
@@ -1167,7 +1167,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
--network vaulttest --name \
testcontainer circleci/golang:1.15.3-
stretch
\
testcontainer circleci/golang:1.15.3-
buster
\
tail -f /dev/null
tail -f /dev/null
# Run tests
# Run tests
...
@@ -1633,7 +1633,7 @@ jobs:
...
@@ -1633,7 +1633,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
--network vaulttest --name \
testcontainer circleci/golang:1.15.3-
stretch
\
testcontainer circleci/golang:1.15.3-
buster
\
tail -f /dev/null
tail -f /dev/null
# Run tests
# Run tests
...
@@ -1779,7 +1779,7 @@ jobs:
...
@@ -1779,7 +1779,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
--network vaulttest --name \
testcontainer circleci/golang:1.15.3-
stretch
\
testcontainer circleci/golang:1.15.3-
buster
\
tail -f /dev/null
tail -f /dev/null
# Run tests
# Run tests
...
@@ -2340,7 +2340,7 @@ jobs:
...
@@ -2340,7 +2340,7 @@ jobs:
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e DOCKER_CERT_PATH -e DOCKER_HOST -e DOCKER_MACHINE_NAME -e DOCKER_TLS_VERIFY -e NO_PROXY \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
-e VAULT_TEST_LOG_DIR=/tmp/testlogs \
--network vaulttest --name \
--network vaulttest --name \
testcontainer circleci/golang:1.15.3-
stretch
\
testcontainer circleci/golang:1.15.3-
buster
\
tail -f /dev/null
tail -f /dev/null
# Run tests
# Run tests
...
...
This diff is collapsed.
Click to expand it.
.circleci/config/commands/go_test.yml
+
1
-
1
View file @
664bde2f
...
@@ -14,7 +14,7 @@ parameters:
...
@@ -14,7 +14,7 @@ parameters:
default
:
false
default
:
false
go_image
:
go_image
:
type
:
string
type
:
string
default
:
"
circleci/golang:1.15.3-
stretch
"
default
:
"
circleci/golang:1.15.3-
buster
"
use_docker
:
use_docker
:
type
:
boolean
type
:
boolean
default
:
false
default
:
false
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help