Skip to content

Commit

Permalink
deploy-to-website: fix using IMAGE_TESTING
Browse files Browse the repository at this point in the history
Change-Id: I69aa3e4a330ab408e943234e41d1515ddf0d5ddf
  • Loading branch information
Frans Fürst committed Jan 10, 2025
1 parent f83dadb commit b0c63f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/deploy-to-website.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main() {
|===================================================
""".stripMargin());

inside_container(ulimit_nofile: 1024) {
docker_image_from_alias("IMAGE_TESTING").inside("${mount_reference_repo_dir}") {
smart_stage(
name: "Deploy to website",
) {
Expand Down

0 comments on commit b0c63f3

Please sign in to comment.