mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-10 22:44:09 +00:00
Update config.yml
This commit is contained in:
parent
f81f3b5887
commit
a1909c19d0
@ -5,12 +5,20 @@ jobs:
|
||||
macos:
|
||||
xcode: "9.4.0"
|
||||
|
||||
docker:
|
||||
- image: circleci/node:11.0.0
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Install nodejs
|
||||
command: |
|
||||
nvm install 11.0.0
|
||||
|
||||
- run:
|
||||
name: Set timezone and check current datetime
|
||||
command: |
|
||||
sudo systemsetup -settimezone Europe/Warsaw
|
||||
echo "Today is $(date +"%Y-%m-%d %T")"
|
||||
|
||||
- run:
|
||||
name: Installed python and pip version
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user