Skip to content

Commit abc9309

Browse files
committed
fixup! test-fbc: checkout the revision after the clone
Signed-off-by: Julien Ropé <[email protected]>
1 parent c70b0d3 commit abc9309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fbc/test-fbc/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ RUN if [[ -n "${GIT_URL}" && -n "${GIT_REVISION}" ]]; then \
2323
echo GIT_URL="${GIT_URL}" ; \
2424
echo GIT_REVISION="${GIT_REVISION}" ; \
2525
git clone "${GIT_URL}" repo && \
26-
pushd repo/fbc/test-fbc && \
26+
pushd repo && \
2727
git checkout "${GIT_REVISION}" && \
28+
cd fbc/test-fbc && \
2829
./changelog.sh && \
2930
popd ; \
3031
fi

0 commit comments

Comments
 (0)