File tree 4 files changed +14
-28
lines changed
4 files changed +14
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ FROM mhart/alpine-node:10.7.0
2
+ WORKDIR /usr/src
3
+ COPY package.json .
4
+ COPY yarn.lock .
5
+ RUN yarn && yarn cache clean --force
6
+ COPY . .
7
+
8
+ # Run tests
9
+ RUN yarn test
10
+ RUN mkdir /public && echo "<marquee direction=" right">All tests passed!</marquee>" > /public/index.html
Original file line number Diff line number Diff line change 1
1
# async-retry
2
2
3
- [ ![ Build Status] ( https://circleci.com/gh/zeit/async-retry.svg?&style=shield )] ( https://circleci.com/gh/zeit/workflows/async-retry )
4
3
[ ![ Code Style] ( https://badgen.net/badge/code%20style/airbnb/fd5c63 )] ( https://github.com/airbnb/javascript )
5
4
[ ![ Join the community on Spectrum] ( https://withspectrum.github.io/badge/badge.svg )] ( https://spectrum.chat/zeit )
6
5
7
- Retrying made simple, easy, async.
6
+ Retrying made simple, easy, and async.
8
7
9
8
## Usage
10
9
Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " static"
3
+ }
You can’t perform that action at this time.
0 commit comments