Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Jenkinsfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docker/install/ubuntu_install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ wget -q https://bootstrap.pypa.io/get-pip.py && python3.7 get-pip.py

# Pin pip and setuptools versions
pip3 install pip==19.3.1 setuptools==58.4.0

echo hi
2 changes: 1 addition & 1 deletion jenkins/DockerBuild.groovy.j2
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def build_docker_images() {
// We're purposefully not setting the built image here since they
// are not yet being uploaded to tlcpack
// {{ image.name }} = build_image('{{ image.name }}')
build_image('{{ image.name }}')
{{ image.name }} = build_image('{{ image.name }}')
}
}
},
Expand Down