File: ci-archlinux.sh

package info (click to toggle)
libmodulemd 2.15.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,592 kB
  • sloc: ansic: 38,286; python: 3,263; xml: 1,739; sh: 389; makefile: 42
file content (20 lines) | stat: -rwxr-xr-x 406 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR

source $SCRIPT_DIR/ci-common.inc

set -e
set -x


# There is only one release of archlinux since it's a rolling release
# distribution, so we can hard-code these values.
mmd_run_docker_tests \
    os=archlinux \
    release=base \
    repository=docker.io \
    image=archlinux/base

popd # $SCRIPT_DIR