Skip to content

Commit 19b3957

Browse files
committed
dedup (1:1 duplicate) setup-slapd.sh
1 parent 78b1532 commit 19b3957

File tree

2 files changed

+1
-186
lines changed

2 files changed

+1
-186
lines changed

.azure/setup-slapd.sh

Lines changed: 0 additions & 185 deletions
This file was deleted.

.azure/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
99
sudo -u postgres psql -c "CREATE DATABASE test;"
1010
displayName: 'Setup'
11-
- script: .azure/setup-slapd.sh
11+
- script: .github/scripts/setup-slapd.sh
1212
displayName: 'Configure slapd'
1313
- script: |
1414
set -e

0 commit comments

Comments
 (0)