File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ before_install:
31
31
wget -O Firebird-3.0.5.33220-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz"
32
32
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33
33
pushd Firebird-3.0.5.33220-0.amd64
34
- sudo ./install.sh
34
+ sudo ./install.sh -silent
35
35
popd
36
36
export $(sudo cat /opt/firebird/SYSDBA.password | grep -v ^# | xargs)
37
37
sudo chmod 775 /tmp/firebird
38
38
echo -e "nhibernate = /tmp/firebird/nhibernate.fdb" | sudo tee -a /opt/firebird/databases.conf
39
39
echo -e "AuthServer = Srp\nAuthClient = Srp\nUserManager = Srp\nWireCrypt = Enabled" | sudo tee -a /opt/firebird/firebird.conf
40
40
sudo /opt/firebird/bin/gsec -modify SYSDBA -pw masterkey -admin yes
41
- sudo service firebird restart
41
+ sudo rcfirebird restart
42
42
fi
43
43
before_script :
44
44
- if [[ "$DB" == "SqlServer2008" ]]; then docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -e "MSSQL_PID=Express" -p 1433:1433 -d --name sqlexpress microsoft/mssql-server-linux:latest; fi
You can’t perform that action at this time.
0 commit comments