Skip to content

Commit

Permalink
ci: enable secrets for RT_AX95Q
Browse files Browse the repository at this point in the history
  • Loading branch information
zaloisio committed Mar 26, 2022
1 parent 15bd8d7 commit db531a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
elif [[ ${MODEL} == "tuf-ax5400" ]]; then
echo $BWDPI_KEYS_TUFAX5400 | base64 -d > /tmp/keys.tgz
tar xzf /tmp/keys.tgz --no-same-owner -C ${PROJECT_DIR}/release/${RELEASE_DIR}/router/bwdpi_source/prebuild/TUF-AX5400
elif [[ ${MODEL} == "rt-ax95q" ]]; then
echo $BWDPI_KEYS_RTAX95Q | base64 -d > /tmp/keys.tgz
tar xzf /tmp/keys.tgz --no-same-owner -C ${PROJECT_DIR}/release/${RELEASE_DIR}/router/bwdpi_source/prebuild/RT-AX95Q
fi
echo "----- BUILD -----"
make ${MODEL} | tee "/tmp/build.log"
Expand Down

0 comments on commit db531a7

Please sign in to comment.