We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a5a4f commit 23f20c7Copy full SHA for 23f20c7
build.sh
@@ -148,8 +148,7 @@ main() {
148
# Clone the repository with specified commit
149
git clone https://github.com/RIOT-OS/RIOT.git ${repo_dir}
150
git -C ${repo_dir} checkout ${CI_BUILD_COMMIT}
151
- elif [ -n "${${CI_PULL_COMMIT}}" ]; then
152
-
+ elif [ -n "${CI_PULL_COMMIT}" ]; then
153
echo "-- github reports HEAD of ${CI_BASE_BRANCH} as $CI_BASE_COMMIT"
154
155
local actual_base_head="$(gethead ${CI_BASE_REPO} ${CI_BASE_BRANCH})"
0 commit comments