mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-18 02:39:50 +00:00
Update config.yml
This commit is contained in:
parent
4351e93d70
commit
f81f3b5887
@ -6,19 +6,11 @@ jobs:
|
||||
xcode: "9.4.0"
|
||||
|
||||
docker:
|
||||
- image: node:11.0.0
|
||||
- image: circleci/node:11.0.0
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run: apt-get install -y sudo
|
||||
|
||||
- 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…
Reference in New Issue
Block a user