mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
11 lines
463 B
YAML
11 lines
463 B
YAML
|
variables:
|
||
|
CI_RUNNER_LOGS_DIR: logs
|
||
|
localsdir: $(Build.Repository.LocalPath)
|
||
|
builddir: /__w/1/s
|
||
|
# Provision script: setup_containers.py requires Python3.6+
|
||
|
# Ubuntu-16.04 has Python 3.5.2 on board
|
||
|
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1604-REA DME.md
|
||
|
# Ubuntu-18.04 - 3.6.9
|
||
|
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu1804-REA DME.md
|
||
|
VM_IMAGE: 'Ubuntu-18.04'
|