Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Running with gitlab-ci-multi-runner 9.2.0 (adfc387)
  2. on buildbot3 docker runner (e6dadf31)
  3. Using Docker executor with image debian:8 ...
  4. Using docker image sha256:d79347963abd884ff988f33fc1ebd72d81be76bda88ff0df7fd11b2b7ccebd38 for predefined container...
  5. Pulling docker image debian:8 ...
  6. Using docker image debian:8 ID=sha256:a25c1eed1c6f092369f6302ebc87bf742108004f670adc6cdf30b0c7372b8778 for build container...
  7. Running on runner-e6dadf31-project-265-concurrent-0 via buildbot3...
  8. Fetching changes...
  9. Removing _build/
  10. HEAD is now at 3182061 test ci
  11. From https://gitlab/b.savelev/test
  12. 3182061..4a1bc38 master -> origin/master
  13. Checking out 4a1bc38e as master...
  14. Skipping Git submodules setup
  15. $ rm -rf $BUILD
  16. $ mkdir -p $BUILD
  17. $ ln -s $CI_PROJECT_DIR $BUILD
  18. $ cd $BUILD/$CI_PROJECT_NAME
  19. $ pwd
  20. /builds/b.savelev/test/_build/test
  21. $ ls -la
  22. total 84
  23. drwxrwxrwx 5 root root 4096 Jun 19 12:47 .
  24. drwxrwxrwx 4 root root 4096 Jun 19 12:14 ..
  25. drwxrwxrwx 5 root root 4096 Jun 19 12:47 .git
  26. -rw-rw-rw- 1 root root 362 Jun 19 12:47 .gitlab-ci.yml
  27. -rw-rw-rw- 1 root root 54 Jun 19 12:14 README
  28. drwxr-xr-x 2 root root 4096 Jun 19 12:47 _build
  29. drwxrwxrwx 2 root root 4096 Jun 19 12:14 public
  30. -rw-rw-rw- 1 root root 27871 Jun 19 12:14 subsystem-licenses.cpp
  31. -rw-rw-rw- 1 root root 27819 Jun 19 12:14 subsystem-licenses2.cpp
  32. $ ls -la ../
  33. total 16
  34. drwxrwxrwx 4 root root 4096 Jun 19 12:14 .
  35. drwxr-xr-x 3 root root 4096 Jun 19 12:47 ..
  36. drwxrwxrwx 5 root root 4096 Jun 19 12:47 test
  37. drwxrwxrwx 3 root root 4096 Jun 19 12:14 test.tmp
  38. Job succeeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement