Skip to content

Commit

Permalink
CI: Ensure machine-id is part of systest container
Browse files Browse the repository at this point in the history
Because it helps to have it.
  • Loading branch information
Spindel committed Apr 18, 2024
1 parent f62b264 commit 3239721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ caramel:systest:
before_script:
- python3 -m pip install .
- dnf -y install openssl
- test -e /etc/machine-id || echo f26871a049f84136bb011f4744cde2dd > /etc/machine-id
script:
- make systest

Expand Down

0 comments on commit 3239721

Please sign in to comment.