Skip to content

Commit

Permalink
Revert "add new Docker Image. We need to have bash inside of Docker."
Browse files Browse the repository at this point in the history
This reverts commit 3ab43e3.
  • Loading branch information
bgruening committed May 2, 2016
1 parent ead96a5 commit 7bd595b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/tools/catDocker.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<tool id="catdc" name="Concatenate datasets (in docker)">
<description>tail-to-head</description>
<requirements>
<container type="docker">bgruening/busybox-bash:0.1</container>
<container type="docker">busybox:ubuntu-14.04</container>
</requirements>
<command detect_errors="exit_code">
<command>
echo "Galaxy slots passed through contain as \$GALAXY_SLOTS";
cat $input1
#for $q in $queries
Expand Down

0 comments on commit 7bd595b

Please sign in to comment.