Skip to content

Commit

Permalink
testing ubuntu 18
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnalahema committed Jan 6, 2025
1 parent f09cb12 commit 021f560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def list_distro_files():
return [
filename
for filename in os.listdir(".")
if (filename.startswith("ubuntu_20"))
if (filename.startswith("ubuntu_18"))
and filename != "common.yml"
]
except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion versions/ubuntu_18_bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ packages:
- arch: amd64
ami: ami-097963bffada588c8
- arch: arm64
ami: ami-0f494cccc2516f9ba
ami: ami-00fbf7954d99a185c

0 comments on commit 021f560

Please sign in to comment.