Fixed some YML errors
This commit is contained in:
parent
dee65a5fbf
commit
d2507f42da
@ -7,18 +7,18 @@ variables:
|
|||||||
# This configures the environment for both channels
|
# This configures the environment for both channels
|
||||||
.configure_environment: &configure_environment
|
.configure_environment: &configure_environment
|
||||||
tags:
|
tags:
|
||||||
- shared-windows
|
- shared-windows
|
||||||
- windows
|
- windows
|
||||||
- windows-1809
|
- windows-1809
|
||||||
before_script:
|
before_script:
|
||||||
- Set-Variable -Name "time" -Value (date -Format "%H:%m")
|
- Set-Variable -Name "time" -Value (date -Format "%H:%m")
|
||||||
- echo ${time}
|
- echo ${time}
|
||||||
- echo "started by ${GITLAB_USER_NAME}"
|
- echo "started by ${GITLAB_USER_NAME}"
|
||||||
- choco install python3 nsis -y -ForceX86
|
- choco install python3 nsis -y -ForceX86
|
||||||
- '&$env:PYTHON3_32 -V'
|
- '&$env:PYTHON3_32 -V'
|
||||||
- '&$env:PYTHON3_32 -m pip install --upgrade pip'
|
- '&$env:PYTHON3_32 -m pip install --upgrade pip'
|
||||||
- '&$env:PYTHON3_32 -m pip install --upgrade -r requirements.txt'
|
- '&$env:PYTHON3_32 -m pip install --upgrade -r requirements.txt'
|
||||||
- '&$env:PYTHON3_32 -m pip uninstall enum34 -y'
|
- '&$env:PYTHON3_32 -m pip uninstall enum34 -y'
|
||||||
|
|
||||||
# Create documentation in all available languages so we'll have it at http://socializer.su/documentation
|
# Create documentation in all available languages so we'll have it at http://socializer.su/documentation
|
||||||
# this job is triggered on every commit to master, so we always will display the latest available version of the documentation in the website.
|
# this job is triggered on every commit to master, so we always will display the latest available version of the documentation in the website.
|
||||||
@ -30,11 +30,11 @@ documentation:
|
|||||||
- shared-windows
|
- shared-windows
|
||||||
- windows-1809
|
- windows-1809
|
||||||
script:
|
script:
|
||||||
- Set-Variable -Name "time" -Value (date -Format "%H:%m")
|
- Set-Variable -Name "time" -Value (date -Format "%H:%m")
|
||||||
- echo ${time}
|
- echo ${time}
|
||||||
- echo "started by ${GITLAB_USER_NAME}"
|
- echo "started by ${GITLAB_USER_NAME}"
|
||||||
- choco install python3 -y -ForceX86
|
- choco install python3 -y -ForceX86
|
||||||
- '&$env:PYTHON3_32 -V'
|
- '&$env:PYTHON3_32 -V'
|
||||||
### Dependencies.
|
### Dependencies.
|
||||||
- '&$env:PYTHON3_32 -m pip install --upgrade markdown'
|
- '&$env:PYTHON3_32 -m pip install --upgrade markdown'
|
||||||
# generate all html documents.
|
# generate all html documents.
|
||||||
|
Loading…
Reference in New Issue
Block a user