We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e96499 commit 6eb73ceCopy full SHA for 6eb73ce
1 file changed
.aci.yml
@@ -6,18 +6,19 @@ stages:
6
environments:
7
NODE_ENV: "test"
8
9
-beforeScript:
10
- - |
11
- export PATH=$PWD/node_modules/.bin:/root/.cli:$PATH
12
- echo $PATH
13
- time enclose install tnpm:tnpm
14
- tnpm -v
+# beforeScript:
+# - |
+# export PATH=$PWD/node_modules/.bin:/root/.cli:$PATH
+# echo $PATH
+# time enclose install tnpm:tnpm
+# tnpm -v
15
+
16
node-12:
17
stage: test
18
aciTags: DOCKER
19
agent:
20
docker:
- image: reg.docker.alibaba-inc.com/dockerlab/node-ci:3.8.5
21
+ image: reg.docker.alibaba-inc.com/dockerlab/node-ci:3.8.0
22
resourceRequirements:
23
cpu: 4
24
memory: 12
0 commit comments