Skip to content

Commit

Permalink
YA attempt to target Node -- all hope lost now
Browse files Browse the repository at this point in the history
  • Loading branch information
plroebuck committed Feb 16, 2018
1 parent 4a35896 commit ad28868
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ build:
code: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
- script:
name: echo user
code: |
echo "USER: $USER"
# Replace ancient version of Node (v0.10.38) that comes with container
- bigtruedata/node-install@1.1.0:
version: 8.9.4
# - bigtruedata/node-install@1.1.0:
# version: 8.9.4
- install-packages:
packages: node
# A custom script step
- script:
code: export NODE_ENV='testing'
Expand Down

5 comments on commit ad28868

@plroebuck
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cybertk Finally figured out that you have to migrate the deprecated Wrecker XLC container to current Docker-based workflow in order to move forward. Do so here so I can continue, pls.
https://app.wercker.com/applications/migrate

@plroebuck
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cybertk Instructions for migration. Might be quicker to simply delete the original container and recreate from scratch (since we really only have a single dependency [Node]).

@plroebuck
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cybertk Have you recreated the Wercker container for the project yet? Their help desk is trying to close my ticket, but I'm stuck waiting on you...

@cybertk
Copy link
Owner

@cybertk cybertk commented on ad28868 Mar 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@plroebuck Sorry for the late response, I just migrate it.

@plroebuck
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cybertk Migration to Docker worked (yaah!), but now GitHub Wercker webhook is missing. On GitHub commit page, there's usually a checkmark or X following the committer/timestamp (below the commit title). Right clicking on it shows the various webhooks involved. On 2018-02-27, Wercker was one of them; it disappeared the next day.

Please sign in to comment.