mirror of
https://github.com/gomods/athens
synced 2026-02-03 08:40:31 +00:00
added environment argument for golang version (#1361)
* added environment argument for golang version
* Revert: added environment argument for golang version (84298506)
* reverted to specifying go version 1.12 as the default
* fix spacing
This commit is contained in:
committed by
Aaron Schlesinger
parent
99477da3cc
commit
5444309405
@@ -17,6 +17,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
args:
|
||||
GOLANG_VERSION: 1.12
|
||||
command: ["./scripts/test_unit.sh"]
|
||||
environment:
|
||||
- GO_ENV=test
|
||||
@@ -31,6 +33,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
args:
|
||||
GOLANG_VERSION: 1.12
|
||||
command: ["./scripts/test_e2e.sh"]
|
||||
azurite:
|
||||
image: arafato/azurite:2.6.5
|
||||
|
||||
Reference in New Issue
Block a user