Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #Shared environment variables in .env file
  2. workspace:
  3. base: /go
  4. path: src/github.com/uniontsai/heimdal
  5.  
  6. pipeline:
  7. dependencies:
  8. image: dt665m/go-glide:1.9.0
  9. commands:
  10. - go version
  11. - ls -la
  12. - ls -la ~/
  13. - whoami
  14. - git clone https://github.com/uniontsai/httpmiddlewarego.git
  15. - glide install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement