Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • c863def3
    #49 Pull latest backstop image before running it · c863def3
    jurgenhaas authored
+ 1
0
#!/bin/bash
docker pull backstopjs/backstopjs --quiet
export $(cat .env | xargs)
cd tests/backstop
./backstop-script-before
Loading