We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330e639 commit 849bc20Copy full SHA for 849bc20
.gitlab-ci.yml
@@ -22,6 +22,8 @@ default:
22
# Replace this in windows runners that use powershell
23
# with `mkdir -Force "$CI_PROJECT_DIR/tmp"`
24
- mkdir -p "$CI_PROJECT_DIR/tmp"
25
+ # so that refreshenv will resolve to the correct Powershell alias
26
+ - Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
27
28
# Cached directories shared between jobs & pipelines per-branch per-runner
29
cache:
0 commit comments