I hereby claim:
- I am Bunk on github.
- I am bunk (https://keybase.io/bunk) on keybase.
- I have a public key whose fingerprint is E735 E572 E012 5453 1056 1FB2 19D4 F394 6C2E 1F51
To claim this, I am signing this object:
| !$THEME = "invision" | |
| !if %not(%variable_exists("$BGCOLOR")) | |
| !$BGCOLOR = "transparent" | |
| !endif | |
| skinparam backgroundColor $BGCOLOR | |
| !$WHITE = "#FFFFFF" | |
| !$WHITE_DARK = "#DDDDDD" |
| DEFAULT_USER="bunk" | |
| # Auto-use NVM on directory change | |
| NVM_AUTO_USE=true | |
| # Insert your static environment variables here | |
| export AWS_REGION= | |
| export AWS_ACCESS_KEY_ID= | |
| export AWS_SECRET_ACCESS_KEY= |
| # The dependencies image has all build-dependencies needed for | |
| # building the image embedded in it. The reason this is a separate | |
| # image is so that it can be built, cached, and re-used across | |
| # both the developer and production image builds. | |
| FROM node:10.16.3-alpine | |
| WORKDIR /var/app | |
| # NOTE: There's no reason to later remove these since the production | |
| # image will start from a different base image without them installed. | |
| RUN apk --update add --no-cache make g++ git |
| FROM node:alpine | |
| WORKDIR /app | |
| RUN npm init --y && \ | |
| npm install testcafe testcafe-browser-provider-saucelabs | |
| COPY tests/ tests/ | |
| COPY entrypoint.sh /usr/local/bin/entrypoint | |
| ENTRYPOINT [ "entrypoint" ] |
| const path = require('path') | |
| const util = require('util') | |
| const events = require('events') | |
| const archiver = require('archiver') | |
| const handleResult = cb => result => { | |
| if (result.status !== 0) throw new Error(result.value.message) | |
| cb(result.value) | |
| } |
| Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| cinst fiddler4 | |
| cinst atom | |
| cinst git | |
| cinst github-hub | |
| cinst github | |
| cinst git-credential-manager-for-windows | |
| cinst poshgit | |
| cinst dotpeek |
I hereby claim:
To claim this, I am signing this object: