removing umask and checkout. moved to saltstack-internal tag

This commit is contained in:
Felippe Burk 2020-04-09 12:15:11 -06:00 committed by Bryce Larson
parent 7ac7de9ff8
commit 35352ec8ca
No known key found for this signature in database
GPG key ID: 131C38B0F02DB4CA

View file

@ -31,8 +31,6 @@ lint-salt-full:
paths:
- .nox
script:
- umask 002
- GIT_WORK_TREE=${CI_PROJECT_DIR} git checkout -f
- python --version
- pip3 install -U nox-py2==2019.6.25
- nox --version
@ -53,8 +51,6 @@ lint-tests-full:
paths:
- .nox
script:
- umask 002
- GIT_WORK_TREE=${CI_PROJECT_DIR} git checkout -f
- python --version
- pip3 install -U nox-py2==2019.6.25
- nox --version
@ -75,8 +71,6 @@ docs-build-html:
paths:
- .nox
script:
- umask 002
- GIT_WORK_TREE=${GIT_PROJECT_DIR} git checkout -f
- python --version
- pip install -U nox-py2==2019.6.25
- nox --version
@ -92,8 +86,6 @@ docs-build-man-pages:
paths:
- .nox
script:
- umask 002
- GIT_WORK_TREE=${GIT_PROJECT_DIR} git checkout -f
- python --version
- pip install -U nox-py2==2019.6.25
- nox --version