forked from platypush/platypush
Fixed Drone CI command indentation.
This commit is contained in:
parent
fdaff32cd0
commit
e5ca96e004
1 changed files with 8 additions and 4 deletions
12
.drone.yml
12
.drone.yml
|
@ -514,11 +514,13 @@ steps:
|
||||||
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
|
cp "$GIT_DEB" "$APT_ROOT/pool/$DEB_VERSION/main/$${PKG_NAME}_$${VERSION}-1_all.deb"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- cat <<EOF > "$TMP_APT_ROOT/platypush-oldstable-main.list"
|
- |
|
||||||
|
cat <<EOF > "$TMP_APT_ROOT/platypush-oldstable-main.list"
|
||||||
deb https://apt.platypush.tech/ oldstable main
|
deb https://apt.platypush.tech/ oldstable main
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- cat <<EOF > "$TMP_APT_ROOT/platypush-oldstable-dev.list"
|
- |
|
||||||
|
cat <<EOF > "$TMP_APT_ROOT/platypush-oldstable-dev.list"
|
||||||
deb https://apt.platypush.tech/ oldstable dev
|
deb https://apt.platypush.tech/ oldstable dev
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -624,11 +626,13 @@ steps:
|
||||||
add_hashes "$dist_dir" "sha256sum" "SHA256" >> "$release_file"
|
add_hashes "$dist_dir" "sha256sum" "SHA256" >> "$release_file"
|
||||||
done
|
done
|
||||||
|
|
||||||
- cat <<EOF > "$TMP_APT_ROOT/platypush-stable-main.list"
|
- |
|
||||||
|
cat <<EOF > "$TMP_APT_ROOT/platypush-stable-main.list"
|
||||||
deb https://apt.platypush.tech/ stable main
|
deb https://apt.platypush.tech/ stable main
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- cat <<EOF > "$TMP_APT_ROOT/platypush-stable-dev.list"
|
- |
|
||||||
|
cat <<EOF > "$TMP_APT_ROOT/platypush-stable-dev.list"
|
||||||
deb https://apt.platypush.tech/ stable dev
|
deb https://apt.platypush.tech/ stable dev
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue