File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ clean:
10
10
11
11
test : ENV=test
12
12
test :
13
- @echo " Running tests of version ${VERSION} ... in ${ENV} environment"
13
+ @echo " Running tests of version ${VERSION} in ${ENV} environment... "
14
14
@./gradlew test -Penv=${ENV}
15
15
16
16
acceptance : ENV=test
17
17
acceptance :
18
- @echo " Running acceptance tests of version ${VERSION} in ${ENV} environment"
18
+ @echo " Running acceptance tests of version ${VERSION} in ${ENV} environment... "
19
19
@./gradlew acceptanceTest -Penv=${ENV}
20
20
21
21
build : ENV=test
26
26
run : ENV=dev
27
27
run : PORT=8080
28
28
run :
29
- @echo " Starting server version ${VERSION} ... in ${ENV} environment"
29
+ @echo " Starting server version ${VERSION} in ${ENV} environment... "
30
30
@./gradlew run --args=" -e ${ENV} -p ${PORT} "
31
31
32
32
docker-image :
You can’t perform that action at this time.
0 commit comments