Example: http://www.mdedge.com/internalmedicinenews/clinical-edge
- This Week's Must Reads:
- Displays the most recent Clinical Edge summaries in the current publication.
- Limited to 5.
| # https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs | |
| defaults: &defaults | |
| docker: | |
| - image: chrisroane/frontline-docker-image:0.0.4 | |
| working_directory: ~/medstat | |
| environment: | |
| TZ: "/usr/share/zoneinfo/America/New_York" | |
| version: 2 | |
| jobs: |
| # Set the base image | |
| FROM ubuntu | |
| # Set config variables. | |
| ENV NVM_DIR /root/.nvm | |
| ENV NODE_VERSION 6.1.0 | |
| # Replace shell with bash so we can source files. | |
| RUN rm /bin/sh && ln -s /bin/bash /bin/sh |
Example: http://www.mdedge.com/internalmedicinenews/clinical-edge