Explorar o código

Print the path

Victor Sigler %!s(int64=5) %!d(string=hai) anos
pai
achega
cb456b1d43
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      .buildkite/pipeline.yaml

+ 6 - 0
.buildkite/pipeline.yaml

@@ -1,3 +1,9 @@
 steps:
 steps:
+  - label: ":package: Ruby dependencies"
+    command: |
+        cat ~/.zshrc
+        source ~/.zshrc
+        ls -la && gem install xcpretty
+
   - label: ":hammer: Unit Tests"
   - label: ":hammer: Unit Tests"
     command: set -o pipefail && xcodebuild test -scheme SwifterMac -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html
     command: set -o pipefail && xcodebuild test -scheme SwifterMac -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html