Create missing directory
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
858763c473
commit
9e7cc4e22d
|
@ -120,6 +120,7 @@ do
|
||||||
OGCORE_BRANCH=$(jq -r '.release' /opt/opengnsys/ogCore/installer/config.json)
|
OGCORE_BRANCH=$(jq -r '.release' /opt/opengnsys/ogCore/installer/config.json)
|
||||||
container_version=$(jq -r '.release' /opt/opengnsys/ogCore/installer/config.json)
|
container_version=$(jq -r '.release' /opt/opengnsys/ogCore/installer/config.json)
|
||||||
git_checkout_release "$OGCORE_REPO" "$component_dir/repo" "$OGCORE_BRANCH"
|
git_checkout_release "$OGCORE_REPO" "$component_dir/repo" "$OGCORE_BRANCH"
|
||||||
|
mkdir -p $component_dir/etc
|
||||||
cp $component_dir/repo/.env $component_dir/etc/
|
cp $component_dir/repo/.env $component_dir/etc/
|
||||||
cp $component_dir/repo/env.json $component_dir/etc/
|
cp $component_dir/repo/env.json $component_dir/etc/
|
||||||
mkdir -p $component_dir/etc/
|
mkdir -p $component_dir/etc/
|
||||||
|
|
Loading…
Reference in New Issue