Browse Source

Fix cut&paste error

pull/542/head
Tim Kimber 6 years ago
parent
commit
43b82e4fc3
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/Dockerfile-ubuntu-staging

+ 1
- 1
test/Dockerfile-ubuntu-staging View File

@ -17,7 +17,7 @@ RUN touch /root/.rnd
# BATS (Bash Automated Testings)
RUN git clone https://github.com/bats-core/bats-core.git /bats-core
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
RUN git clone https://github.com/bats-core/bats-support /bats-support
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
RUN /bats-core/install.sh /usr/local


Loading…
Cancel
Save