Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Switching to our own Docker image (#369)
- Loading branch information
Showing
with
1 addition
and
5 deletions.
-
+1
−5
wercker.yml
|
|
@@ -1,9 +1,7 @@ |
|
|
box: aherve/node-phantom |
|
|
box: framer/wercker |
|
|
|
|
|
build: |
|
|
steps: |
|
|
- install-packages: |
|
|
packages: make zip |
|
|
- script: |
|
|
name: load git revisions |
|
|
code: | |
|
@@ -19,8 +17,6 @@ build: |
|
|
|
|
|
deploy: |
|
|
steps: |
|
|
- install-packages: |
|
|
packages: make zip |
|
|
- script: |
|
|
name: builds.framerjs.com |
|
|
code: | |
|
|