Josh Edwards

Results 5 comments of Josh Edwards

can you use the dashing jobs generator with smashing?

I have also just encountered this issue, has something changed? Note: this is between s3 buckets and not from EBS to S3

I had to update this ```const web = new WebClient(functions.config().gslack.api_token);``` to this ```const web = new WebClient(process.env.api_token);``` to get rid of the error

No longer maintained? /excuse

You could try ``` - name: Wait for sudo become: yes shell: while sudo fuser /var/lib/dpkg/lock >/dev/null 2>&1; do sleep 5; done; ```