Просмотр исходного кода

another wercker failure, trying this

Torkel Ödegaard 10 лет назад
Родитель
Сommit
3fd2f87b15
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -39,8 +39,8 @@ build:
     - script:
         name: create packages
         code: |
-          mkdir -p dist
-          touch dist/my_file.txt
+          mkdir -p $WERCKER_ROOT/dist
+          echo test > $WERCKER_ROOT/dist/my_file.txt
 
     - s3sync:
         key-id: $AWS_S3_KEY