2020-09-19-x
Xplorist Lv6

2020-09-19

todo-list

  • 新产品开发系统耗材需求(新)打样后端开发

record-list

1
2
3
4
5
6
7

@OneToMany(mappedBy = "main", cascade = CascadeType.ALL)
private List<CsDemandNewItemEntity> itemList;

@OneToMany(mappedBy = "main", cascade = CascadeType.ALL)
private List<CsDemandNewCompareEntity> compareList;

  • many to one
1
2
3
4
5

@ManyToOne
@JoinColumn(name = "CS_DEMAND_NEW_MAIN_ID")
private CsDemandNewMainEntity main;

1
2
3
4
5
6
7
8
9
10
11
12
13

Running with gitlab-runner 13.3.1 (738bbe5a)
on knowledge-library-blog T-L38W61
Preparing the "shell" executor
00:09
ERROR: Preparation failed: getwd: getwd: no such file or directory
Will be retried in 3s ...
ERROR: Preparation failed: getwd: getwd: no such file or directory
Will be retried in 3s ...
ERROR: Preparation failed: getwd: getwd: no such file or directory
Will be retried in 3s ...
ERROR: Job failed (system failure): getwd: getwd: no such file or directory

  • 解决方法:
1
2
3

gitlab-runner run --config /etc/gitlab-runner/config.toml --working-directory /root/gitlab-runner --user root > /root/gitlab-runner/runner.log 2>&1 &

  • 问题原因分析:估计是gitlab-runner 的线程停掉了,下次再抽风,再运行一下就行了吧

  • 突然感觉有点无聊了,平时的时候感觉总盼望星期天,但是真的放假的时候,又感觉没啥想做的事了。自己是不是有点神经病。

  • 这个星期天的打算,整理知识库,把自己的博客内容丰富起来,自己学的很多东西都开始忘了,之前学的V2Ray的东西,很快就忘光了,还是需要用博客来进行记录。

参考网址

  • xplorist
    以后的网址都需要用这个格式来进行说明,不然看着不醒目
 评论