Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

fix: copy workspace file after changing chown #32

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .devcontainer/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ popd
### Application specific configuration
### Delete if reusing for other projects


cp .devcontainer/workspace ../akdc.code-workspace

# clone repos
pushd ..
sudo chown vscode:root .
Expand All @@ -43,6 +40,9 @@ git clone https://github.com/retaildevcrews/ngsa-app
git clone https://github.com/retaildevcrews/loderunner

popd

cp .devcontainer/workspace ../akdc.code-workspace

mkdir -p deploy
cd deploy
cp -R ../../ngsa/IaC/DevCluster/. .
Expand Down