mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
Fix: remove dev mode check from export script, change from build command to export
This commit is contained in:
@@ -4,8 +4,11 @@ set -e
|
||||
echo "Copying repo files into container"
|
||||
cp -R /github/workspace/ /app/.blueprint/dev/
|
||||
|
||||
echo "Running blueprint build"
|
||||
blueprint -build
|
||||
echo "Patching export script"
|
||||
sed -i '4d' /app/scripts/commands/developer/export.sh
|
||||
|
||||
echo "Running blueprint export"
|
||||
blueprint -export
|
||||
|
||||
identifier=$(grep -m 1 "identifier:" /app/.blueprint/dev/conf.yml | cut -d ":" -f2 | xargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user