mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-28 03:47:05 +00:00
Compare commits
1 Commits
ruby-githu
...
fix-circle
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6fdc277f18 |
@@ -68,7 +68,6 @@ elif [ "$NODE_INDEX" = "3" ]; then
|
|||||||
echo "Running node $NODE_INDEX ... "
|
echo "Running node $NODE_INDEX ... "
|
||||||
|
|
||||||
# Install node@stable (for angular 6)
|
# Install node@stable (for angular 6)
|
||||||
set +e
|
|
||||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
||||||
export NVM_DIR="/opt/circleci/.nvm"
|
export NVM_DIR="/opt/circleci/.nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user