File: .ci-before-script.sh

package info (click to toggle)
python-binary-memcached 0.31.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 304 kB
  • sloc: python: 1,723; makefile: 17
file content (9 lines) | stat: -rwxr-xr-x 114 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -ex

if [ "$STEP" != "tests" ]; then
    exit 0
fi

sudo apt-get update
sudo apt install memcached