Skip to content

Commit

Permalink
[ci] Add mariadb to artifact server
Browse files Browse the repository at this point in the history
  • Loading branch information
obabec authored and vjuranek committed Oct 8, 2024
1 parent a15ef08 commit 897d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins-jobs/docker/artifact-server/listing.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env bash

CONNECTORS="db2 mongodb mysql oracle postgres sqlserver jdbc"
CONNECTORS="db2 mongodb mysql mariadb oracle postgres sqlserver jdbc"
OPTS=$(getopt -o d:o:c: --long dir:,output:,connectors: -n 'parse-options' -- "$@")
if [ $? != 0 ] ; then echo "Failed parsing options." >&2 ; exit 1 ; fi
eval set -- "$OPTS"
Expand Down

0 comments on commit 897d03b

Please sign in to comment.