WHOA Sun 21 Apr 17:23:21 CEST 2024
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -34,7 +34,7 @@ local build(dir, package) = {
|
||||
steps: [
|
||||
{
|
||||
name: 'git log',
|
||||
image: 'cr.wks/debian-stable',
|
||||
image: 'cr.wks/debian-testing',
|
||||
commands: [ 'bin/find_changes.sh' ]
|
||||
},
|
||||
# [
|
||||
|
||||
@@ -4,7 +4,7 @@ RUN sed -i 's@deb.debian.org@apt-cache.service.nr5/deb.debian.org@g' /etc/apt/so
|
||||
sed -i 's@security.debian.org@apt-cache.service.nr5/security.debian.org@g' /etc/apt/sources.list.d/debian.sources
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
dnsutils procps nmap bash iputils-ping bash
|
||||
dnsutils procps nmap bash iputils-ping bash git
|
||||
|
||||
RUN apt-get remove -y --purge man-db ;\
|
||||
apt-get autoremove -y --purge ;\
|
||||
@@ -13,4 +13,4 @@ RUN apt-get remove -y --purge man-db ;\
|
||||
rm -rf /var/cache/apt/*
|
||||
|
||||
ADD docker-entrypoint.sh /
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
|
||||
@@ -5,7 +5,7 @@ i=0
|
||||
echo $(git --version)
|
||||
while read line; do
|
||||
WHAT=$(dirname ${line})
|
||||
#echo "LIN: ${line} WHAT: ${WHAT}"
|
||||
echo "LIN: ${line} WHAT: ${WHAT}"
|
||||
CH[$i]=$WHAT
|
||||
i=$((i++))
|
||||
done < <(git diff-tree --no-commit-id --name-only HEAD -r| egrep '^_')
|
||||
|
||||
Reference in New Issue
Block a user