Skip to content

Commit 1b8fc60

Browse files
Vitexusoz-agent
andcommitted
Remove composer-debian/composer-global-update from postinst
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent dba54a7 commit 1b8fc60

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

debian/Jenkinsfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if (!currentBuild.result || currentBuild.result == 'SUCCESS') {
111111
string(name: 'UPSTREAM_JOB', value: env.JOB_NAME),
112112
string(name: 'UPSTREAM_BUILD', value: env.BUILD_NUMBER),
113113
string(name: 'REMOTE_SSH', value: 'multirepo@repo.multiflexi.eu'),
114-
string(name: 'REMOTE_REPO_DIR', value: '/srv/repo'),
114+
string(name: 'REMOTE_REPO_DIR', value: '/var/lib/multirepo/public/multiflexi'),
115115
string(name: 'COMPONENT', value: 'main'),
116116
string(name: 'DEB_DIST', value: '')
117117
]

debian/csas-authorize.postinst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ set -e
77

88

99
if [ -f /usr/share/dbconfig-common/dpkg/postinst ]; then
10-
composer-debian csas-authorize
1110

1211
echo "############################"
1312
cat /etc/csas-authorize/csas-authorize.env
@@ -60,7 +59,6 @@ apache_install() {
6059

6160
. /usr/share/debconf/confmodule
6261

63-
composer-debian csas-authorize
6462

6563
echo csas-authorize postinst action $1
6664

0 commit comments

Comments
 (0)