Skip to content

Commit

Permalink
Bumping build image to v20945514-e1eca0b
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman committed Oct 11, 2023
1 parent 55fbe7f commit a52a4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:
- deploy

variables:
PYTHON_VERSION: "3.9.17"
PYTHON_VERSION: "3.9.18"

.manual:
- when: manual
Expand All @@ -14,7 +14,7 @@ variables:
tags: ["runner:windows-docker", "windowsversion:1809"]
variables:
ARCH: "x64"
DATADOG_AGENT_WINBUILDIMAGES: v8339702-f91ff4f
DATADOG_AGENT_WINBUILDIMAGES: v21327147-d45a4ab
script:
- $ErrorActionPreference = "Stop"
- '$_instance_id = (iwr -UseBasicParsing http://169.254.169.254/latest/meta-data/instance-id).content ; Write-Host "Running on instance $($_instance_id)"'
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set builddir=c:\mnt\PCBuild
set outdir=c:\mnt\build-out
set py_version_major=3
set py_version_minor=9
set py_version_bugfix=17
set py_version_bugfix=18
set py_version_major_minor=%py_version_major%.%py_version_minor%
set py_version=%py_version_major_minor%.%py_version_bugfix%
set py_dll_major_minor=%py_version_major%%py_version_minor%
Expand Down

0 comments on commit a52a4ea

Please sign in to comment.