mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing umask and checkout. moved to saltstack-internal tag
This commit is contained in:
parent
7ac7de9ff8
commit
35352ec8ca
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue