Skip to content

Commit 8025766

Browse files
authored
Update screwdriver.yaml
1 parent 8996f06 commit 8025766

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

screwdriver.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
#- xzutils-install: apt-get install -y xz-utils git
3737
- mkdir: mkdir -p /opt/node
3838
- node: curl -fsSL https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.gz -o /opt/node/node-v16.16.0-linux-x64.tar.gz
39-
- sleep: sleep 300
40-
- tar: tar -xzf /opt/node/node-v16.16.0-linux-x64.tar.xz
39+
#- sleep: sleep 300
40+
- tar: tar -xzf /opt/node/node-v16.16.0-linux-x64.tar.gz
4141
- path: PATH="${PATH}:/opt/node/node-v16.16.0-linux-x64/bin"
42-
- test: node --version
42+
- test: echo "Node version: $(node --version)"
4343
# Metadata is a structured key/value storage of relevant information about a build.
4444
# Metadata will be shared with subsequent builds in the same workflow.
4545
# You can set any key using the command "meta set <key> <value>".

0 commit comments

Comments
 (0)