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"
|
xcode: "9.4.0"
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
- image: node:11.0.0
|
- image: circleci/node:11.0.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- 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:
|
- run:
|
||||||
name: Installed python and pip version
|
name: Installed python and pip version
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user