Skip to content

Commit

Permalink
Merge pull request #1006 from atsign-foundation/fix_version_bug_virtu…
Browse files Browse the repository at this point in the history
…al_env

fix: copy pubspec.yaml to secondary folder in virtual env
  • Loading branch information
cpswan committed Oct 27, 2022
2 parents 0003abb + c0da54d commit fb3bb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/at_functional_test/lib/secondary/base/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cp TEMPLATE.conf /etc/supervisor/conf.d/${PORT}_${ATSIGN}.conf
mkdir /atsign/secondary/${ATSIGN}
ln -s /atsign/secondary/base/certs /atsign/secondary/${ATSIGN}/certs
ln -s /atsign/secondary/base/config /atsign/secondary/${ATSIGN}/config
ln -s /atsign/secondary/pubspec.yaml /atsign/secondary/${ATSIGN}/pubspec.yaml
sed -i 's/ATSIGN/'$ATSIGN'/g' /etc/supervisor/conf.d/${PORT}_${ATSIGN}.conf
sed -i 's/CRAM/'$CRAM'/g' /etc/supervisor/conf.d/${PORT}_${ATSIGN}.conf
sed -i 's/PORT/'$PORT'/g' /etc/supervisor/conf.d/${PORT}_${ATSIGN}.conf
Expand Down

0 comments on commit fb3bb4a

Please sign in to comment.