Commit 04597b3f by Torkel Ödegaard

Updated wercker test step

parent 4379f582
...@@ -39,8 +39,8 @@ build: ...@@ -39,8 +39,8 @@ build:
- script: - script:
name: create packages name: create packages
code: | code: |
mkdir dist mkdir $WERCKER_SOURCE_DIR/dist
touch dist/my_file.txt touch $WERCKER_SOURCE_DIR/dist/my_file.txt
- s3sync: - s3sync:
key-id: $AWS_S3_KEY key-id: $AWS_S3_KEY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment