2 Commits
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -55,8 +55,10 @@ jobs:
echo "Build ID: $BUILD_ID" echo "Build ID: $BUILD_ID"
printf "Copying files ... "
mc cp --recursive ./dist/ "minio/$BUCKET/builds/$BUILD_ID/" mc cp --recursive ./dist/ "minio/$BUCKET/builds/$BUILD_ID/"
echo "Copied files" echo "done"
printf "Update current build pointer ... "
echo "$BUILD_ID" | mc pipe "minio/$BUCKET/current" echo "$BUILD_ID" | mc pipe "minio/$BUCKET/current"
echo "Updated current build pointer" echo "done"
+4 -2
View File
@@ -55,8 +55,10 @@ jobs:
echo "Build ID: $BUILD_ID" echo "Build ID: $BUILD_ID"
printf "Copying files ... "
mc cp --recursive ./dist/ "minio/$BUCKET/builds/$BUILD_ID/" mc cp --recursive ./dist/ "minio/$BUCKET/builds/$BUILD_ID/"
echo "Copied files" echo "done"
printf "Update current build pointer ... "
echo "$BUILD_ID" | mc pipe "minio/$BUCKET/current" echo "$BUILD_ID" | mc pipe "minio/$BUCKET/current"
echo "Updated current build pointer" echo "done"