Advertisement
Guest User

Untitled

a guest
Aug 27th, 2020
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. $ git submodule update --recursive
  2. Submodule path 'automation': checked out 'b3a765590788dbd998b05e6f52c2bc53f0e88f91'
  3. Previous HEAD position was b3a7655 chmod +x scripts/get_services.sh
  4.  
  5. $ cd submodule
  6. $ git checkout master
  7. Switched to branch 'master'
  8. Your branch is behind 'origin/master' by 8 commits, and can be fast-forwarded.
  9. (use "git pull" to update your local branch)
  10.  
  11. $ git pull
  12. Updating 4a57df9..b3a7655
  13. Fast-forward
  14. .gitignore | 1 +
  15. index.js | 62 +++++++++--
  16. package-lock.json | 1027 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
  17. package.json | 6 +-
  18. build.sh => scripts/build.sh | 0
  19. scripts/get_services.sh | 3 +
  20. service.sh | 3 +-
  21. 7 files changed, 970 insertions(+), 132 deletions(-)
  22. rename build.sh => scripts/build.sh (100%)
  23. create mode 100755 scripts/get_services.sh
  24.  
  25. $ git checkout master
  26. Already on 'master'
  27. Your branch is up to date with 'origin/master'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement