Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonrm authored May 30, 2022
1 parent 3fc453d commit 81ea615
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,2 @@
# # This configuration file was automatically generated by Gitpod.
# # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# # and commit this file to your remote git repository to share the goodness with others.
# additionalRepositories:
# - url: https://github.com/module-federation/aegis-host
# tasks:
# - before: mkdir -p /tmp/mongodb && \
# cd /tmp/mongodb && \
# wget -qOmongodb.tgz https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-5.0.2.tgz && \
# tar xf mongodb.tgz && \
# cd mongodb-* && sudo cp bin/* /usr/local/bin/ && \
# cd /workspace && rm -rf /tmp/mongodb && \
# sudo mkdir -p /workspace/db && \
# sudo chown gitpod:gitpod -R /workspace/db
# mongod --dbpath /workspace/db && \
# yarn && yarn build && yarn link
# - command: cd /workspace/aegis-host && yarn start

mainConfiguration: https://github.com/module-federation/aegis-app

0 comments on commit 81ea615

Please sign in to comment.