-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We're moving away from a buildroot image based on cosa, so we need to do our build in a separate pod. This is more complex, but the upside is that it guarantees that we're always building in the same buildroot that was used to build all of FCOS' components.
- Loading branch information
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
set -euo pipefail | ||
|
||
export PATH=${KOLA_EXT_DATA}/bin/amd64:$PATH | ||
exec ${KOLA_EXT_DATA}/tests.test | ||
export PATH=${KOLA_EXT_DATA}/bin:$PATH | ||
exec ${KOLA_EXT_DATA}/bin/tests.test |