Skip to content

Commit e1fa624

Browse files
committed
fix jenkinsfile issue
1 parent 3969f61 commit e1fa624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ pipeline {
879879
if [ -n "${SEMVER}" ]; then
880880
docker rmi \
881881
${DELETEIMAGE}:amd64-${SEMVER} \
882-
${DELETEIMAGE}:arm32v7-${SEMVER} \ \
882+
${DELETEIMAGE}:arm32v7-${SEMVER} \
883883
${DELETEIMAGE}:arm64v8-${SEMVER} || :
884884
fi
885885
done

0 commit comments

Comments
 (0)