Skip to content

Commit

Permalink
Update script name to setup_stage1_mlxrom.sh (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz authored Jan 28, 2020
1 parent 9301994 commit ec03abb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function stage1_mlxrom() {
TRUSTED_CERTS+=",${SOURCE_DIR}/configs/${target}/epoxy-ca.mlab-oti.pem"
TRUSTED_CERTS+=",${SOURCE_DIR}/configs/${target}/gtsgiag3.pem"

${SOURCE_DIR}/setup_stage1.sh "${project}" "${builddir}" "${artifacts}" \
${SOURCE_DIR}/setup_stage1_mlxrom.sh "${project}" "${builddir}" "${artifacts}" \
"${SOURCE_DIR}/configs/${target}" "${!regex_name}" "${version}" \
"${TRUSTED_CERTS}"

Expand Down
File renamed without changes.

0 comments on commit ec03abb

Please sign in to comment.