Run script for renaming build files with bash

This commit is contained in:
2023-12-14 15:22:20 +05:30
parent df12842323
commit 06ae766476
3 changed files with 4 additions and 3 deletions
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
if [ -n "$CERC_SCRIPT_DEBUG" ]; then
@@ -12,6 +12,7 @@ if [ -d /app-builds/osmosis/build ]; then
fi
yarn build:static
./build.sh
# Move build to app-builds
mkdir -p /app-builds/osmosis
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
if [ -n "$CERC_SCRIPT_DEBUG" ]; then