forked from platypush/platypush
[CI/CD] Another fix.
This commit is contained in:
parent
a50ea8dd8e
commit
4b4a8c7aaa
1 changed files with 3 additions and 3 deletions
|
@ -397,7 +397,7 @@ steps:
|
||||||
Description: Universal command executor and automation hub.
|
Description: Universal command executor and automation hub.
|
||||||
EOF
|
EOF
|
||||||
- mkdir -p "$POOL_PATH"
|
- mkdir -p "$POOL_PATH"
|
||||||
- rm -f "$POOL_PATH/*.deb"
|
- rm -f "$POOL_PATH/"*.deb
|
||||||
- dpkg --build "$GIT_BUILD_DIR"
|
- dpkg --build "$GIT_BUILD_DIR"
|
||||||
|
|
||||||
- echo "--- Copying $GIT_DEB to $POOL_PATH"
|
- echo "--- Copying $GIT_DEB to $POOL_PATH"
|
||||||
|
@ -492,11 +492,11 @@ steps:
|
||||||
Homepage: https://platypush.tech
|
Homepage: https://platypush.tech
|
||||||
Description: Universal command executor and automation hub.
|
Description: Universal command executor and automation hub.
|
||||||
EOF
|
EOF
|
||||||
|
- mkdir -p "$POOL_PATH"
|
||||||
|
- rm -f "$POOL_PATH/"*.deb
|
||||||
- dpkg --build "$GIT_BUILD_DIR"
|
- dpkg --build "$GIT_BUILD_DIR"
|
||||||
|
|
||||||
- echo "--- Copying $GIT_DEB to $POOL_PATH"
|
- echo "--- Copying $GIT_DEB to $POOL_PATH"
|
||||||
- mkdir -p "$POOL_PATH"
|
|
||||||
- rm -f "$POOL_PATH/*.deb"
|
|
||||||
- cp "$GIT_DEB" "$POOL_PATH"
|
- cp "$GIT_DEB" "$POOL_PATH"
|
||||||
|
|
||||||
# If main/all/Packages doesn't exist, then we should create the first main release
|
# If main/all/Packages doesn't exist, then we should create the first main release
|
||||||
|
|
Loading…
Reference in a new issue